summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-04-19 11:07:15 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-04-29 14:05:05 +0200
commit3300873bba24594e4773d0e0a127d33a5a0f303c (patch)
treef780ce65de01b46635d08c0c5d61615ac6da9130 /.qmake.conf
parent5067310342ac2d2b7004ed7d036bda6e3015f7d7 (diff)
New qmake approach
This should allow us to have much better integration by generating the necessary gyp files directly from qmake. Mostly works for now, though we will most likely need to build the gyp generation as we go. * Out dir logic is still crap and needs to be (re)worked. * In the same vein, we probably don't want the generated gyp content ending up in the source tree in the long run, which could prove tricky with relative paths to sources and all.
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644
index 000000000..716685d2a
--- /dev/null
+++ b/.qmake.conf
@@ -0,0 +1,6 @@
+# The qmake generated module files belong into our build/qmake dir
+MODULE_QMAKE_OUTDIR = $$shadowed($$PWD/build/qmake)
+QMAKEPATH += $$PWD/build/qmake $$MODULE_QMAKE_OUTDIR
+load(qt_build_config)
+
+MODULE_VERSION = 5.2.0