00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/qmlnotifyfriends
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005
00006 # Additional import path used to resolve QML modules in Creator's code model
00007 QML_IMPORT_PATH =
00008
00009 symbian:TARGET.UID3 = 0xE048543A
00010
00011 CONFIG += mobility
00012 MOBILITY = messaging
00013
00014 SOURCES += notifyfriends.cpp
00015 HEADERS += notifyfriends.h
00016
00017 symbian: {
00018 TARGET.CAPABILITY = ReadUserData \
00019 WriteUserData
00020 SOURCES += notifyfriends_symbian.cpp
00021 HEADERS += notifyfriends_symbian.h
00022 LIBS += -lalarmclient \
00023 -lalarmshared
00024 }
00025
00026 else{
00027 SOURCES += notifyfriends_stub.cpp
00028 HEADERS += notifyfriends_stub.h
00029 }
00030
00031 # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
00032 # (This might significantly increase build time)
00033 # DEFINES += QMLJSDEBUGGER
00034
00035 # If your application uses the Qt Mobility libraries, uncomment
00036 # the following lines and add the respective components to the
00037 # MOBILITY variable.
00038 # CONFIG += mobility
00039 # MOBILITY +=
00040
00041 # The .cpp file which was generated for your project. Feel free to hack it.
00042 SOURCES += main.cpp
00043
00044 # Please do not modify the following two lines. Required for deployment.
00045 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00046 qtcAddDeployment()