aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2012-10-22 13:03:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-22 19:21:03 +0200
commita397aef6b1bd828f3c9e209c48c627a33dee6e14 (patch)
treedcc9d2166fcc979b6bc43c70b330db9c7acf0832
parent03143da00f27512376c75d346bfe2965cd73f13e (diff)
Add .qmake.conf with load(qt_build_config) like other Qt modules
Change-Id: I4d545e308702d6f99e6e92358ae40887d02c2c37 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)