From 7978cef796cda44a73ead0f97d77e61c08a0017f Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sun, 18 Aug 2013 18:32:00 +0200 Subject: 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 --- tests/auto/corelib/plugin/qlibrary/qlibrary.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/plugin') 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 -- cgit v1.2.3