summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbols/symbols.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-03 01:44:15 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2012-01-03 01:44:15 (GMT)
commitde1984e6cbee49989e99b378a306c9cc3b8cd10b (patch)
treee5d21466704b516f2cfeb7c8285276f73bdba6bd /tests/auto/symbols/symbols.pro
parent828771056e96cd47d3eaf93db1b3d28c8624b332 (diff)
parent6974cc0a9ea2911a9ffd097f05955c1ca73e184a (diff)
downloadQt-de1984e6cbee49989e99b378a306c9cc3b8cd10b.zip
Qt-de1984e6cbee49989e99b378a306c9cc3b8cd10b.tar.gz
Qt-de1984e6cbee49989e99b378a306c9cc3b8cd10b.tar.bz2
Merge remote branch 'dev-codereview/4.8' into qa-staging-master
Diffstat (limited to 'tests/auto/symbols/symbols.pro')
-rw-r--r--tests/auto/symbols/symbols.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/symbols/symbols.pro b/tests/auto/symbols/symbols.pro
index f3bde3d..fd4c1d0 100644
--- a/tests/auto/symbols/symbols.pro
+++ b/tests/auto/symbols/symbols.pro
@@ -1,7 +1,9 @@
-load(qttest_p4)
+CONFIG += testcase
-cross_compile: DEFINES += QT_CROSS_COMPILED
+TARGET = tst_symbols
+QT = core testlib
SOURCES += tst_symbols.cpp
-QT = core
+
+cross_compile: DEFINES += QT_CROSS_COMPILED
CONFIG+=insignificant_test # QTQAINFRA-428