diff options
author | Rolland Dudemaine <rolland@ghs.com> | 2011-11-15 16:28:32 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2011-11-15 16:28:32 (GMT) |
commit | ec8b0dc65ead3fc1fb557e52dd14b4c0073ff1a9 (patch) | |
tree | 0167efa4640468a4d72b834cfdb23366e55874d8 /tests/auto/qpluginloader | |
parent | 84ad4e1b4082f85463124e834b4502ff7efce7df (diff) | |
download | Qt-ec8b0dc65ead3fc1fb557e52dd14b4c0073ff1a9.zip Qt-ec8b0dc65ead3fc1fb557e52dd14b4c0073ff1a9.tar.gz Qt-ec8b0dc65ead3fc1fb557e52dd14b4c0073ff1a9.tar.bz2 |
Disable some tests because INTEGRITY doesn't support shared libraries.
Merge-request: 1438
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'tests/auto/qpluginloader')
-rw-r--r-- | tests/auto/qpluginloader/qpluginloader.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qpluginloader/qpluginloader.pro b/tests/auto/qpluginloader/qpluginloader.pro index 6e41b4c..cb25b0f 100644 --- a/tests/auto/qpluginloader/qpluginloader.pro +++ b/tests/auto/qpluginloader/qpluginloader.pro @@ -1,10 +1,10 @@ QT = core TEMPLATE = subdirs CONFIG += ordered -SUBDIRS = lib \ +!integrity:SUBDIRS = lib \ theplugin \ tst -!win32: !macx-*: !symbian: SUBDIRS += almostplugin +!win32: !macx-*: !symbian: !integrity: SUBDIRS += almostplugin TARGET = tst_qpluginloader # no special install rule for subdir |