| author | William Roberts <williamr@symbian.org> |
| Fri, 11 Jun 2010 16:26:23 +0100 | |
| branch | GCC_SURGE |
| changeset 9 | 5561c345355e |
| parent 5 | 453da2cfceef |
| 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 }