--- a/tests/qtp/qtp_animatedtiles/qtp_animatedtiles.pro Fri Sep 17 08:34:18 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-
-SOURCES = main.cpp mainwindow.cpp autotest.cpp
-HEADERS = mainwindow.h autotest.h
-
-RESOURCES = qtp_animatedtiles.qrc
-
-CONFIG += qt warn_on console depend_includepath
-
-qtAddLibrary(QtTest)
-
-# install
-target.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_animatedtiles
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtp_animatedtiles.pro images
-sources.path = $$[QT_INSTALL_PREFIX]/tests/qtp/qtp_animatedtiles
-INSTALLS += target sources
-
-symbian {
- TARGET.UID3 = 0xED83EC03
- TARGET.CAPABILITY="ALL -TCB"
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- RSS_RULES ="group_name=\"QtTests\";"
-}