summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-22 12:41:55 +0200
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-22 19:20:52 +0200
commitd7064c2c7dfb36646811d2aefd097a8de9419894 (patch)
tree2e2ddbe356a5d7b5c6f4bc11de677c957728c7bd
parent842fbd8d0c7b0199d36669af22fc3031f4e9c0c3 (diff)
Add .qmake.conf with load(qt_build_config) like other Qt modules
Change-Id: I99fcf3973262b86d3a19a88cb6d38d47c8bf1c2e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644
index 0000000..42ba8e4
--- /dev/null
+++ b/.qmake.conf
@@ -0,0 +1 @@
+load(qt_build_config)