summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-01-15 18:15:29 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2016-01-18 09:46:19 +0000
commitf0a69f63516e40f54cdcd15b4175d7611db81329 (patch)
tree51bac56f368e8e45b39933b3f882e31912088f11 /.qmake.conf
parentd9d3e63bd5194ca24b8892e6be7c943083c43c1f (diff)
Split base.pri into separate features that are loaded on demand.
This makes the whole build-system more maintainable, plus it speeds up qmake runs. Change-Id: I0020f6ba9250bdb101530bcce9fc804110fc3bb2 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index f8844a6f..f22703e5 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,7 +1,6 @@
SOURCE_DIR=$$PWD
BUILD_DIR=$$shadowed($$PWD)
-
-BASE_PRI="$$SOURCE_DIR/base.pri"
+QMAKEFEATURES=$$SOURCE_DIR/qmake-features
VERSION = 1.0.0