summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-07-30 10:17:52 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-07-30 10:17:52 (GMT)
commit51ca17ad4017273debf6a9970e99a51137afd91e (patch)
treea83466bd32e7d2a2c981d9927ab02b30fd47a726
parent85c37140e48411b2400dd34bdf1eb7bc38e0f73b (diff)
downloadQt-51ca17ad4017273debf6a9970e99a51137afd91e.zip
Qt-51ca17ad4017273debf6a9970e99a51137afd91e.tar.gz
Qt-51ca17ad4017273debf6a9970e99a51137afd91e.tar.bz2
These autotests do not really depend on gui, fixed dependencies.
This fix will make the gradual porting of different Qt modules for new platforms easier.
-rw-r--r--tests/auto/qanimationgroup/qanimationgroup.pro2
-rw-r--r--tests/auto/qpropertyanimation/qpropertyanimation.pro2
-rw-r--r--tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qanimationgroup/qanimationgroup.pro b/tests/auto/qanimationgroup/qanimationgroup.pro
index 97d33dd..31667a8 100644
--- a/tests/auto/qanimationgroup/qanimationgroup.pro
+++ b/tests/auto/qanimationgroup/qanimationgroup.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT = core gui
+QT = core
SOURCES += tst_qanimationgroup.cpp
diff --git a/tests/auto/qpropertyanimation/qpropertyanimation.pro b/tests/auto/qpropertyanimation/qpropertyanimation.pro
index 6d6ddbf..9199ac3 100644
--- a/tests/auto/qpropertyanimation/qpropertyanimation.pro
+++ b/tests/auto/qpropertyanimation/qpropertyanimation.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT = core gui
+QT = core
SOURCES += tst_qpropertyanimation.cpp
diff --git a/tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro b/tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro
index ad861c3..01ef68a 100644
--- a/tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro
+++ b/tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT = core gui
+QT = core
SOURCES += tst_qsequentialanimationgroup.cpp