aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-04 18:33:17 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-08 18:30:55 +0000
commit0c490f95366b3c7372c598b2d94d9f237590fc26 (patch)
tree17572ccc17cdd7ab367b52987e51530a956eb423 /src/src.pro
parent1f14cf01ffeca6c10cdcea586cd2b4ac0ad718a6 (diff)
fix subdirs order
the helper libs must appear first if qmake -r is supposed to work. Change-Id: I72f750c4e51c45a7e54625a8a2c5498fa322fe95 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/src.pro b/src/src.pro
index f7585139..23c27d22 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,9 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += \
- virtualkeyboard \
- virtualkeyboard/styles
-
include(config.pri)
!disable-hunspell:exists(virtualkeyboard/3rdparty/hunspell/src/hunspell/hunspell.h) {
@@ -35,3 +31,7 @@ t9write {
SUBDIRS += virtualkeyboard/3rdparty/t9write
virtualkeyboard.depends += sub-virtualkeyboard-3rdparty-t9write
}
+
+SUBDIRS += \
+ virtualkeyboard \
+ virtualkeyboard/styles