stif/QtUI/StifQtUI/test/StfQtUITest.pro
branchRCL_3
changeset 8 cfe32394fcd5
parent 7 8a14024f954a
child 9 7e287c5c61f0
--- a/stif/QtUI/StifQtUI/test/StfQtUITest.pro	Mon Mar 15 12:46:13 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-HEADERS += ..\frmmain.h \
-    ..\istfqtuicontroller.h \
-    ..\stfqtuicontroller.h \
-    ..\cstfcase.h \
-    ..\cstfmodule.h \
-    ..\istfqtuimodel.h \
-    ..\stfqtuimodel.h \
-    ..\dlgoutput.h \
-    testcontroller.h 
-SOURCES += ..\frmmain.cpp \
-    ..\stfqtuimodel.cpp \
-    ..\stfqtuicontroller.cpp \
-    ..\dlgoutput.cpp \
-    testcontroller.cpp \
-    main.cpp 
-
-CONFIG += qtestlib
-
-RESOURCES +=
-symbian {
-	   TARGET.UID3 = 0xA000C60B
-    #include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
-    TARGET.EPOCALLOWDLLDATA = 1
-    HEADERS += ../../../../inc/.
-    include(.\platform\stifinternal)
-    HEADERS += ../stifexecutor.h
-    SOURCES += ../stifexecutor.cpp
-    LIBS += -leuser \
-        -lefsrv \
-        -lstiftestinterface \
-        -lstiftfwif \
-        -lstiftestengine \
-        -lecons \
-        -lhal \
-        -lflogger
-    TARGET.CAPABILITY = ReadUserData \
-        WriteUserData
-    
-    # Export headers to SDK Epoc32/include directory
-    deploy.path = $$EPOCROOT
-    exportheaders.sources = $$PUBLIC_HEADERS
-    exportheaders.path = epoc32/include
-    for(header, exportheaders.sources)
-    :BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
-}