diff -r cfcbf08528c4 -r 2b40d63a9c3d qtmobility/tests/publishsubscribeex/publishsubscribeex.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/tests/publishsubscribeex/publishsubscribeex.pro Fri Apr 16 15:51:22 2010 +0300 @@ -0,0 +1,31 @@ +TARGET = PublishSubscribeEx +TEMPLATE = app + +QT += core \ + gui \ + network + +include(../../common.pri) +#not really a test case but deployment happens same way +CONFIG += testcase +DEPENDPATH += . +INCLUDEPATH += . \ + ../../src/publishsubscribe + +SOURCES += main.cpp\ + publishsubscribemainwindow.cpp + +HEADERS += publishsubscribemainwindow.h + +FORMS += publishsubscribemainwindow.ui + +symbian { + crml.sources = resources.qcrml profile.qcrml + crml.path = /resource/qt/crml + DEPLOYMENT += crml + TARGET.CAPABILITY = ReadUserData + TARGET.UID3 = 0x2002ac7c +} + +CONFIG += mobility +MOBILITY = publishsubscribe