author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 14 May 2010 16:41:33 +0300 | |
changeset 5 | 453da2cfceef |
parent 4 | 90517678cc4f |
permissions | -rw-r--r-- |
TEMPLATE = app TARGET = tst_bm_messaging CONFIG += testcase SOURCES += tst_messaging.cpp QT += core \ network INCLUDEPATH += ../../../src/messaging include(../../../common.pri) CONFIG += mobility MOBILITY = messaging symbian { TARGET.CAPABILITY = All -TCB LIBS += -lmsgs -limcm -lsmcm -lgsmu -letext -lbafl INCLUDEPATH += $$(EPOCROOT)epoc32/include/app INCLUDEPATH += $$(EPOCROOT)epoc32/include/platform/app INCLUDEPATH += $$(EPOCROOT)epoc32/include/applications } maemo { QT += dbus xml gui }