diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2015-09-29 12:39:08 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2015-10-01 16:19:27 +0000 |
commit | 3e6d1726380326c0faba9029e2a68886595a2ebc (patch) | |
tree | 508486ad2d5902a18c3ac3e7e493c29683bdd2e3 /mkspecs/haiku-g++ | |
parent | d98a23eb7c164b8e464907391cde0b95d2c4d8a3 (diff) | |
download | qtbase-3e6d1726380326c0faba9029e2a68886595a2ebc.tar.gz |
move inclusions of unix.conf (and related files) near the top
that way we can override the values defined there.
Change-Id: Ib9bce596d9fd43875b26a97c5489ee9d0d46b77c
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'mkspecs/haiku-g++')
-rw-r--r-- | mkspecs/haiku-g++/qmake.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mkspecs/haiku-g++/qmake.conf b/mkspecs/haiku-g++/qmake.conf index 6144392385..ac28069864 100644 --- a/mkspecs/haiku-g++/qmake.conf +++ b/mkspecs/haiku-g++/qmake.conf @@ -5,6 +5,8 @@ MAKEFILE_GENERATOR = UNIX QMAKE_PLATFORM = haiku +include(../common/unix.conf) + # Choose haiku QPA Plugin as default QT_QPA_DEFAULT_PLATFORM = haiku @@ -23,5 +25,5 @@ QMAKE_RANLIB = include(../common/gcc-base-unix.conf) include(../common/g++-unix.conf) -include(../common/unix.conf) + load(qt_config) |