diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 10:17:52 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-07-30 10:17:52 (GMT) |
commit | 51ca17ad4017273debf6a9970e99a51137afd91e (patch) | |
tree | a83466bd32e7d2a2c981d9927ab02b30fd47a726 /tests/auto/qsequentialanimationgroup | |
parent | 85c37140e48411b2400dd34bdf1eb7bc38e0f73b (diff) | |
download | Qt-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.
Diffstat (limited to 'tests/auto/qsequentialanimationgroup')
-rw-r--r-- | tests/auto/qsequentialanimationgroup/qsequentialanimationgroup.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |