Version 0.7-0
[vicar] / src / vicar-config-qml / vicar-config-qml.pro
1 contains(MEEGO_EDITION,harmattan){
2    DEFINES += Q_WS_MAEMO_6
3 }
4
5 # Add more folders to ship with the application, here
6 folder_01.source = qml/vicarconfigqml
7 folder_01.target = qml
8 DEPLOYMENTFOLDERS = folder_01
9
10 INCLUDEPATH += /usr/include/applauncherd
11
12 # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
13 CONFIG += qt-boostable qdeclarative-boostable
14 LIBS += -lmdeclarativecache
15
16 # The .cpp file which was generated for your project. Feel free to hack it.
17 SOURCES += cpp/main.cpp
18
19 VPATH += cpp
20 MOC_DIR = cpp/.mocs
21 OBJECTS_DIR = cpp/.objs
22
23 # Please do not modify the following two lines. Required for deployment.
24 include(qmlapplicationviewer/qmlapplicationviewer.pri)
25 qtcAddDeployment()