diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 13:17:52 +0300 |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 13:17:52 +0300 |
commit | 51ca17ad4017273debf6a9970e99a51137afd91e (patch) | |
tree | a83466bd32e7d2a2c981d9927ab02b30fd47a726 /tests/auto/qanimationgroup | |
parent | 85c37140e48411b2400dd34bdf1eb7bc38e0f73b (diff) | |
download | qt4-tools-51ca17ad4017273debf6a9970e99a51137afd91e.tar.gz |
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.
Diffstat (limited to 'tests/auto/qanimationgroup')
-rw-r--r-- | tests/auto/qanimationgroup/qanimationgroup.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qanimationgroup/qanimationgroup.pro b/tests/auto/qanimationgroup/qanimationgroup.pro index 97d33dd940..31667a8388 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 |