diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-12-10 00:16:41 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-12-10 00:17:27 (GMT) |
commit | dd0ecf2c9abab285e14a398b3f901fbc69d48db1 (patch) | |
tree | cb91b84257cc5d553494a992df08dba8dc950786 /tests | |
parent | e032c0756df0d11f7a43bcdfbb82cf2d83fe74a4 (diff) | |
download | Qt-dd0ecf2c9abab285e14a398b3f901fbc69d48db1.zip Qt-dd0ecf2c9abab285e14a398b3f901fbc69d48db1.tar.gz Qt-dd0ecf2c9abab285e14a398b3f901fbc69d48db1.tar.bz2 |
Put symbian-specific test inside symbian qmake scope.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 92d29ae..361ae8f 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 |