diff -r 753e33780645 -r 453d490c84a5 symbianunittestui/qt/symbianunittestqt.pro --- a/symbianunittestui/qt/symbianunittestqt.pro Fri Sep 03 07:53:25 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ -HEADERS += mainwindow.h \ - dialogaddtests.h \ - tabwidgettestrun.h \ - widgettestrunner.h \ - dialogsettings.h \ - settings.h \ - testitemlist.h \ - dialogmsg.h - -SOURCES += main.cpp \ - mainwindow.cpp \ - dialogaddtests.cpp \ - tabwidgettestrun.cpp \ - widgettestrunner.cpp \ - dialogsettings.cpp \ - settings.cpp \ - testitemlist.cpp \ - dialogmsg.cpp - -RESOURCES += symbianunittestqt.qrc -symbian { - TARGET.UID3 = 0x2002EA7F - TARGET.EPOCALLOWDLLDATA = 1 - INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE - INCLUDEPATH += /epoc32/include/mw - INCLUDEPATH += /epoc32/include/platform - INCLUDEPATH += /epoc32/include/platform/sutinternal - HEADERS += testrunner_s60.h - SOURCES += testrunner_s60.cpp - LIBS += -leuser \ - -lefsrv \ - -lsymbianunittestfw \ - -lbafl - TARGET.CAPABILITY = AllFiles \ - CommDD - - # Export headers to SDK Epoc32/include directory - deploy.path = $$EPOCROOT - BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " - BLD_INF_RULES.prj_exports += "rom/sutui.iby CORE_IBY_EXPORT_PATH(tools,sutui.iby)" - -}