File tree 39 files changed +174
-68
lines changed
39 files changed +174
-68
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ $(error Error: unsupported platform)
13
13
endif
14
14
15
15
ifeq ($(CONTRIB_DIR ), )
16
- QT_DIR = $(call select_from_repositories , src /lib /qt6 )
17
- QT_API_DIR = $(call select_from_repositories , mkspecs )/..
16
+ QT_API_DIR = $(abspath $(call select_from_repositories , lib /import /import -qt6 . inc )/.. /.. /.. )
18
17
abi_symbol_path = $(wildcard $(call select_from_repositories , lib /symbols /$1 ))
19
18
else
20
- QT_PORT_DIR := $(call select_from_ports , qt6 )
21
- QT_DIR = $(QT_PORT_DIR )/src /lib /qt6
22
- QT_API_DIR = $(QT_DIR )/genode /api
19
+ QT_API_PORT_DIR := $(call select_from_ports , qt6_api )
20
+ QT_API_DIR = $(QT_API_PORT_DIR )/src /lib /qt6_api
23
21
abi_symbol_path = $(wildcard $(addprefix $(QT_API_DIR )/lib /symbols /, $1 ))
24
22
endif
25
23
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ f1114bb5e6cdf5a3dcb071e067d8ef16b05b3e28
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_api.git
5
+
6
+ URL(qt6_api) := https://github.com/cproc/qt6_api.git
7
+ REV(qt6_api) := issue5402
8
+ DIR(qt6_api) := src/lib/qt6_api
Original file line number Diff line number Diff line change
1
+ c646a46cfe1589a347d520bbbabbbd09d02d2fc2
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_base.git
5
+
6
+ URL(qt6_base) := https://github.com/cproc/qt6_base.git
7
+ REV(qt6_base) := issue5402
8
+ DIR(qt6_base) := src/lib/qt6_base
Original file line number Diff line number Diff line change
1
+ 2bcee8ddd2456a084c91e32d01387fa7392d3997
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_declarative.git
5
+
6
+ URL(qt6_declarative) := https://github.com/cproc/qt6_declarative.git
7
+ REV(qt6_declarative) := issue5402
8
+ DIR(qt6_declarative) := src/lib/qt6_declarative
Original file line number Diff line number Diff line change
1
+ ec9f67054cfafae32e1e811a738f9a0ae2f333d1
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_shadertools.archive
5
+
6
+ URL(qt6_shadertools) := https://download.qt.io/archive/qt/6.6/6.6.2/submodules/qtshadertools-everywhere-src-6.6.2.tar.xz
7
+ SHA(qt6_shadertools) := 628bead7ff4e7f42cb910f47d2adefbdea0d8c71a0234baef8ca709bf467b92f
8
+ DIR(qt6_shadertools) := src/lib/qt6_shadertools
Original file line number Diff line number Diff line change
1
+ 30ec422bd2a6d26bd70a4e9d609a53e0cd45392d
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_svg.archive
5
+
6
+ URL(qt6_svg) := https://download.qt.io/archive/qt/6.6/6.6.2/submodules/qtsvg-everywhere-src-6.6.2.tar.xz
7
+ SHA(qt6_svg) := 5a231d59ef1b42bfbaa5174d4ff39f8e1b4ba070ef984a70b069b4b2576d8181
8
+ DIR(qt6_svg) := src/lib/qt6_svg
Original file line number Diff line number Diff line change
1
+ 178b2eaa49d51ac12313e755a2cb51957256cbfb
Original file line number Diff line number Diff line change
1
+ LICENSE := LGPL
2
+ VERSION := 6.6.2
3
+
4
+ DOWNLOADS := qt6_tools.archive
5
+
6
+ URL(qt6_tools) := https://download.qt.io/archive/qt/6.6/6.6.2/submodules/qttools-everywhere-src-6.6.2.tar.xz
7
+ SHA(qt6_tools) := e6d49e9f52111287f77878ecb8b708cce682f10b03ba2476d9247603bc6c4746
8
+ DIR(qt6_tools) := src/lib/qt6_tools
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ content: $(MIRROR_FROM_REP_DIR)
9
9
$(MIRROR_FROM_REP_DIR ) :
10
10
$(mirror_from_rep_dir )
11
11
12
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
13
- API_DIR := $(PORT_DIR ) /src/lib/qt6/genode/api
12
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_api )
13
+ API_DIR := $(PORT_DIR ) /src/lib/qt6_api
14
14
15
15
MIRROR_FROM_PORT_DIR := include \
16
16
metatypes \
@@ -45,4 +45,4 @@ $(MIRROR_SYMBOLS):
45
45
content : LICENSE
46
46
47
47
LICENSE :
48
- cp $(PORT_DIR ) /src/lib/qt6 /LICENSE.LGPL3 $@
48
+ cp $(PORT_DIR ) /src/lib/qt6_api /LICENSE.LGPL3 $@
Original file line number Diff line number Diff line change 1
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
1
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_api )
2
2
3
3
MIRROR_LIB_SYMBOLS := libQt6LabsAnimation \
4
4
libQt6LabsFolderListModel \
@@ -31,9 +31,9 @@ content: $(MIRROR_LIB_SYMBOLS)
31
31
32
32
$(MIRROR_LIB_SYMBOLS ) :
33
33
mkdir -p lib/symbols
34
- cp $(PORT_DIR ) /src/lib/qt6/genode/api /lib/symbols/$@ lib/symbols/
34
+ cp $(PORT_DIR ) /src/lib/qt6_api /lib/symbols/$@ lib/symbols/
35
35
36
36
content : LICENSE
37
37
38
38
LICENSE :
39
- cp $(PORT_DIR ) /src/lib/qt6 /LICENSE.LGPL3 $@
39
+ cp $(PORT_DIR ) /src/lib/qt6_api /LICENSE.LGPL3 $@
Original file line number Diff line number Diff line change 1
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
1
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_api )
2
2
3
3
MIRROR_LIB_SYMBOLS := libQt6ShaderTools
4
4
5
5
content : $(MIRROR_LIB_SYMBOLS )
6
6
7
7
$(MIRROR_LIB_SYMBOLS ) :
8
8
mkdir -p lib/symbols
9
- cp $(PORT_DIR ) /src/lib/qt6/genode/api /lib/symbols/$@ lib/symbols/
9
+ cp $(PORT_DIR ) /src/lib/qt6_api /lib/symbols/$@ lib/symbols/
10
10
11
11
content : LICENSE
12
12
13
13
LICENSE :
14
- cp $(PORT_DIR ) /src/lib/qt6 /LICENSE.LGPL3 $@
14
+ cp $(PORT_DIR ) /src/lib/qt6_api /LICENSE.LGPL3 $@
Original file line number Diff line number Diff line change 1
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
1
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_api )
2
2
3
3
MIRROR_LIB_SYMBOLS := libQt6Svg
4
4
5
5
content : $(MIRROR_LIB_SYMBOLS )
6
6
7
7
$(MIRROR_LIB_SYMBOLS ) :
8
8
mkdir -p lib/symbols
9
- cp $(PORT_DIR ) /src/lib/qt6/genode/api /lib/symbols/$@ lib/symbols/
9
+ cp $(PORT_DIR ) /src/lib/qt6_api /lib/symbols/$@ lib/symbols/
10
10
11
11
content : LICENSE
12
12
13
13
LICENSE :
14
- cp $(PORT_DIR ) /src/lib/qt6 /LICENSE.LGPL3 $@
14
+ cp $(PORT_DIR ) /src/lib/qt6_api /LICENSE.LGPL3 $@
Original file line number Diff line number Diff line change 1
1
content : qt6_dejavusans.tar LICENSE
2
2
3
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
3
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
4
4
5
5
qt/lib/fonts/DejaVuSans.ttf :
6
6
mkdir -p $(dir $@ )
7
- cp $(PORT_DIR ) /src/lib/qt6/qtbase /src/3rdparty/wasm/$(notdir $@ ) $@
7
+ cp $(PORT_DIR ) /src/lib/qt6_base /src/3rdparty/wasm/$(notdir $@ ) $@
8
8
9
9
qt6_dejavusans.tar : qt/lib/fonts/DejaVuSans.ttf
10
10
tar --owner=0 --group=0 --numeric-owner --mode=' go=' --mtime=' 1970-01-01 00:00+00' -cf $@ qt
11
11
rm -rf qt
12
12
13
13
LICENSE :
14
- cp $(PORT_DIR ) /src/lib/qt6/qtbase /src/3rdparty/wasm/DEJAVU-LICENSE $@
14
+ cp $(PORT_DIR ) /src/lib/qt6_base /src/3rdparty/wasm/DEJAVU-LICENSE $@
Original file line number Diff line number Diff line change 1
1
content : qt6_samegame.tar
2
2
3
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
3
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_declarative )
4
4
5
5
SAMEGAME3_RESOURCES := samegame.qml \
6
6
Dialog.qml \
@@ -20,10 +20,10 @@ samegame/pics:
20
20
mkdir -p $@
21
21
22
22
$(addprefix samegame/, $(SAMEGAME3_RESOURCES ) ) : samegame
23
- cp $(PORT_DIR ) /src/lib/qt6/qtdeclarative /examples/quick/tutorials/samegame/samegame3/$(notdir $@ ) $@
23
+ cp $(PORT_DIR ) /src/lib/qt6_declarative /examples/quick/tutorials/samegame/samegame3/$(notdir $@ ) $@
24
24
25
25
$(addprefix samegame/pics/, $(SAMEGAME_RESOURCES ) ) : samegame/pics
26
- cp $(PORT_DIR ) /src/lib/qt6/qtdeclarative /examples/quick/tutorials/samegame/samegame3/pics/$(notdir $@ ) $@
26
+ cp $(PORT_DIR ) /src/lib/qt6_declarative /examples/quick/tutorials/samegame/samegame3/pics/$(notdir $@ ) $@
27
27
28
28
29
29
qt6_samegame.tar : $(addprefix samegame/, $(SAMEGAME3_RESOURCES ) ) \
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR)
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtbase
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_base
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -26,4 +26,4 @@ $(MIRROR_FROM_OS):
26
26
content : LICENSE
27
27
28
28
LICENSE :
29
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.LGPL3 $@
29
+ cp $(PORT_DIR ) /src/lib/qt6_base/LICENSES/LGPL-3.0-only.txt $@
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR) LICENSE
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_tools )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qttools /examples/designer/calculatorform
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_tools /examples/designer/calculatorform
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -16,5 +16,5 @@ $(MIRROR_FROM_PORT_DIR):
16
16
cp -r $(PORT_DIR ) /$@ $(dir $@ )
17
17
18
18
LICENSE :
19
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.GPL3 $@
19
+ cp $(PORT_DIR ) /src/lib/qt6_tools/LICENSES/GPL-3.0-only.txt $@
20
20
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR)
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_declarative )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtdeclarative
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_declarative
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -18,4 +18,4 @@ $(MIRROR_FROM_PORT_DIR):
18
18
content : LICENSE
19
19
20
20
LICENSE :
21
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.LGPL3 $@
21
+ cp $(PORT_DIR ) /src/lib/qt6_declarative/LICENSES/LGPL-3.0-only.txt $@
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR) LICENSE
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtbase /examples/opengl/openglwindow
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_base /examples/opengl/openglwindow
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -16,5 +16,5 @@ $(MIRROR_FROM_PORT_DIR):
16
16
cp -r $(PORT_DIR ) /$@ $(dir $@ )
17
17
18
18
LICENSE :
19
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.GPL3 $@
19
+ cp $(PORT_DIR ) /src/lib/qt6_base/LICENSES/GPL-3.0-only.txt $@
20
20
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR)
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_shadertools )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtshadertools
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_shadertools
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -18,4 +18,4 @@ $(MIRROR_FROM_PORT_DIR):
18
18
content : LICENSE
19
19
20
20
LICENSE :
21
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.LGPL3 $@
21
+ cp $(PORT_DIR ) /src/lib/qt6_shadertools/LICENSES/LGPL-3.0-only.txt $@
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR)
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_svg )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtsvg
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_svg
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -18,4 +18,4 @@ $(MIRROR_FROM_PORT_DIR):
18
18
content : LICENSE
19
19
20
20
LICENSE :
21
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.LGPL3 $@
21
+ cp $(PORT_DIR ) /src/lib/qt6_svg/LICENSES/LGPL-3.0-only.txt $@
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR) LICENSE
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtbase /examples/qtestlib/tutorial1
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_base /examples/qtestlib/tutorial1
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -16,5 +16,5 @@ $(MIRROR_FROM_PORT_DIR):
16
16
cp -r $(PORT_DIR ) /$@ $(dir $@ )
17
17
18
18
LICENSE :
19
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.GPL3 $@
19
+ cp $(PORT_DIR ) /src/lib/qt6_base/LICENSES/GPL-3.0-only.txt $@
20
20
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR) LICENSE
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtbase /tests/manual/examples/widgets/widgets/tetrix
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_base /tests/manual/examples/widgets/widgets/tetrix
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -16,4 +16,4 @@ $(MIRROR_FROM_PORT_DIR):
16
16
cp -r $(PORT_DIR ) /$@ $(dir $@ )
17
17
18
18
LICENSE :
19
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.GPL3 $@
19
+ cp $(PORT_DIR ) /src/lib/qt6_base/LICENSES/GPL-3.0-only.txt $@
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ content: $(MIRROR_FROM_REP_DIR) LICENSE
5
5
$(MIRROR_FROM_REP_DIR ) :
6
6
$(mirror_from_rep_dir )
7
7
8
- PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6 )
8
+ PORT_DIR := $(call port_dir,$(REP_DIR ) /ports/qt6_base )
9
9
10
- MIRROR_FROM_PORT_DIR := src/lib/qt6/qtbase /tests/manual/examples/widgets/richtext/textedit
10
+ MIRROR_FROM_PORT_DIR := src/lib/qt6_base /tests/manual/examples/widgets/richtext/textedit
11
11
12
12
content : $(MIRROR_FROM_PORT_DIR )
13
13
@@ -16,5 +16,5 @@ $(MIRROR_FROM_PORT_DIR):
16
16
cp -r $(PORT_DIR ) /$@ $(dir $@ )
17
17
18
18
LICENSE :
19
- cp $(PORT_DIR ) /src/lib/qt6/LICENSE.GPL3 $@
19
+ cp $(PORT_DIR ) /src/lib/qt6_base/LICENSES/GPL-3.0-only.txt $@
20
20
Original file line number Diff line number Diff line change 1
- QMAKE_PROJECT_FILE = $(QT_DIR ) /qttools/examples/designer/calculatorform/calculatorform.pro
1
+ ifeq ($(CONTRIB_DIR ) ,)
2
+ QT6_TOOLS_DIR = $(call select_from_repositories,src/lib/qt6_tools)
3
+ else
4
+ QT6_TOOLS_PORT_DIR := $(call select_from_ports,qt6_tools)
5
+ QT6_TOOLS_DIR = $(QT6_TOOLS_PORT_DIR ) /src/lib/qt6_tools
6
+ endif
7
+
8
+ QMAKE_PROJECT_FILE = $(QT6_TOOLS_DIR ) /examples/designer/calculatorform/calculatorform.pro
2
9
3
10
QMAKE_TARGET_BINARIES = calculatorform
4
11
Original file line number Diff line number Diff line change 1
- QMAKE_PROJECT_FILE = $(QT_DIR ) /qtbase/examples/opengl/openglwindow/openglwindow.pro
1
+ ifeq ($(CONTRIB_DIR ) ,)
2
+ QT6_BASE_DIR = $(call select_from_repositories,src/lib/qt6_base)
3
+ else
4
+ QT6_BASE_PORT_DIR := $(call select_from_ports,qt6_base)
5
+ QT6_BASE_DIR = $(QT6_BASE_PORT_DIR ) /src/lib/qt6_base
6
+ endif
7
+
8
+ QMAKE_PROJECT_FILE = $(QT6_BASE_DIR ) /examples/opengl/openglwindow/openglwindow.pro
2
9
3
10
QMAKE_TARGET_BINARIES = openglwindow
4
11
You can’t perform that action at this time.
0 commit comments