summaryrefslogtreecommitdiffstats
path: root/qtuitest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtuitest.pro')
-rw-r--r--qtuitest.pro9
1 files changed, 8 insertions, 1 deletions
diff --git a/qtuitest.pro b/qtuitest.pro
index c018f28..094590c 100644
--- a/qtuitest.pro
+++ b/qtuitest.pro
@@ -1,3 +1,11 @@
+TEMPLATE=subdirs
+CONFIG += ordered
+
+INCLUDEPATH += $$PWD
+INCLUDEPATH += $$PWD/botan/build
+
+SUBDIRS += botan
+
include(qtuitest-for-creator.pro)
system(echo QMAKEFEATURES+=$$PWD/features >> $$OUT_PWD/.qmake.cache)
@@ -14,7 +22,6 @@ mac {
system(echo BUILDROOT='$$OUT_PWD' >> $$OUT_PWD/.qmake.cache)
}
-
symbian {
SUBDIRS-=qtbindings libqsystemtest interpreter
system(echo SRCROOT=$$PWD >> $$OUT_PWD/.qmake.cache)