summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-18 18:32:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-21 19:05:52 +0200
commit7978cef796cda44a73ead0f97d77e61c08a0017f (patch)
treecc452556c0b71601fda7b476d589669ae4003d1a /tests/auto/corelib/plugin
parentbc4ce284ade4e3584370a74a0cc6aadc40301231 (diff)
tests: Make the QT assignments more explicit
Remove unused 'QT -= gui' and replace some others with 'QT = core ...' Change-Id: I2d14fae963afc21dbd21a4acdbba2c30cdf8fa61 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/auto/corelib/plugin')
-rw-r--r--tests/auto/corelib/plugin/qlibrary/qlibrary.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/qlibrary.pro b/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
index 49c29d7edc..5bdf780fc0 100644
--- a/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
+++ b/tests/auto/corelib/plugin/qlibrary/qlibrary.pro
@@ -1,4 +1,4 @@
-QT -= gui
+QT = core
TEMPLATE = subdirs
CONFIG += ordered