aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/qt/qt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'depends/patches/qt/qt.pro')
-rw-r--r--depends/patches/qt/qt.pro12
1 files changed, 12 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)