--- a/tests/qtp/qtp_wiggly/qtp_wiggly.pro Tue Jan 26 12:42:25 2010 +0200
+++ b/tests/qtp/qtp_wiggly/qtp_wiggly.pro Tue Feb 02 00:43:10 2010 +0200
@@ -1,9 +1,16 @@
-HEADERS = wigglywidget.h \
+
+HEADERS = autotest.h \
+ wigglywidget.h \
dialog.h
-SOURCES = wigglywidget.cpp \
+SOURCES = autotest.cpp \
+ wigglywidget.cpp \
dialog.cpp \
main.cpp
+CONFIG += qt warn_on console depend_includepath
+
+qtAddLibrary(QtTest)
+
# install
target.path = $$[QT_INSTALL_PREFIX]/tests/qtp/wiggly
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtp_wiggly.pro
@@ -12,5 +19,7 @@
symbian {
TARGET.UID3 = 0xED83EC0D
+ TARGET.CAPABILITY="ALL -TCB"
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ RSS_RULES ="group_name=\"QtTests\";"
}