Tests/TestApp/TestApp.pro
author cgandhi
Tue, 12 Oct 2010 15:23:52 +0530
changeset 27 b3e1347ac96a
parent 26 83d6a149c755
permissions -rw-r--r--
Updating the information for test applications and results.

TEMPLATE = app
TARGET = TestApp
QT += gui \
    core \
    network
CONFIG += mobility
MOBILITY += contacts \
    location
SOURCES += TestAppmain.cpp \
    MainWindow.cpp
HEADERS += Mainwindow.h 

symbian: { 
    LIBS += -lsmfclient.dll \
        -lcone \
        -leikcore \
        -lavkon \
	-lsmfcommon
   
    TARGET.CAPABILITY = ReadUserData \
        WriteUserData\
    LocalServices\
NetworkServices\
UserEnvironment\
ReadDeviceData\
WriteDeviceData
}