diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-10 06:02:27 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-06-15 21:23:16 +0300 |
commit | 27d3def1c6d7a0bf447c62f0724136d6885c8d92 (patch) | |
tree | a8047310a8e657cdac52fdf32eb7eaebab69c5bf /depends/patches | |
parent | eb63b1db2c4d2877a10fce391cf2c0c60b6210f3 (diff) |
build: Use Qt top-level build facilities
Diffstat (limited to 'depends/patches')
-rw-r--r-- | depends/patches/qt/qt.pro | 12 | ||||
-rw-r--r-- | depends/patches/qt/qttools_src.pro | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/depends/patches/qt/qt.pro b/depends/patches/qt/qt.pro new file mode 100644 index 0000000000..6d8b7fdb6a --- /dev/null +++ b/depends/patches/qt/qt.pro @@ -0,0 +1,12 @@ +# Create the super cache so modules will add themselves to it. +cache(, super) + +!QTDIR_build: cache(CONFIG, add, $$list(QTDIR_build)) + +TEMPLATE = subdirs +SUBDIRS = qtbase qttools qttranslations + +qttools.depends = qtbase +qttranslations.depends = qttools + +load(qt_configure) diff --git a/depends/patches/qt/qttools_src.pro b/depends/patches/qt/qttools_src.pro new file mode 100644 index 0000000000..487e226e97 --- /dev/null +++ b/depends/patches/qt/qttools_src.pro @@ -0,0 +1,2 @@ +TEMPLATE = subdirs +SUBDIRS = linguist |