summaryrefslogtreecommitdiffstats
path: root/qmake/qmake-aux.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/qmake-aux.pro')
-rw-r--r--qmake/qmake-aux.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/qmake/qmake-aux.pro b/qmake/qmake-aux.pro
new file mode 100644
index 0000000000..33a7fbfd2d
--- /dev/null
+++ b/qmake/qmake-aux.pro
@@ -0,0 +1,11 @@
+option(host_build)
+TEMPLATE = aux
+
+# qmake documentation
+QMAKE_DOCS = $$PWD/doc/qmake.qdocconf
+
+# qmake binary
+win32: EXTENSION = .exe
+qmake.path = $$[QT_HOST_BINS]
+qmake.files = $$OUT_PWD/../bin/qmake$$EXTENSION
+INSTALLS += qmake