summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-12-10 10:16:41 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-12-10 10:17:27 +1000
commitdd0ecf2c9abab285e14a398b3f901fbc69d48db1 (patch)
treecb91b84257cc5d553494a992df08dba8dc950786 /tests/auto/auto.pro
parente032c0756df0d11f7a43bcdfbb82cf2d83fe74a4 (diff)
Put symbian-specific test inside symbian qmake scope.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 92d29ae454..361ae8f43d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -442,7 +442,6 @@ SUBDIRS += \
qsharedmemory \
qsidebar \
qsizegrip \
- qsoftkeymanager \
qsqldriver \
qsystemsemaphore \
qtconcurrentfilter \
@@ -477,6 +476,10 @@ embedded:!wince* {
SUBDIRS += qtextpiecetable
}
+symbian {
+ SUBDIRS += qsoftkeymanager
+}
+
# Enable the tests specific to QtXmlPatterns. If you add a test, remember to
# update runQtXmlPatternsTests.sh too. Remember that this file, auto.pro, is
# not respected by some test system, they just have a script which loop over