Version 0.7-0
[vicar] / src / vicar-config-qml / vicar-config-qml.pro
diff --git a/src/vicar-config-qml/vicar-config-qml.pro b/src/vicar-config-qml/vicar-config-qml.pro
new file mode 100644 (file)
index 0000000..df37cd4
--- /dev/null
@@ -0,0 +1,25 @@
+contains(MEEGO_EDITION,harmattan){
+   DEFINES += Q_WS_MAEMO_6
+}
+
+# Add more folders to ship with the application, here
+folder_01.source = qml/vicarconfigqml
+folder_01.target = qml
+DEPLOYMENTFOLDERS = folder_01
+
+INCLUDEPATH += /usr/include/applauncherd
+
+# Speed up launching on MeeGo/Harmattan when using applauncherd daemon
+CONFIG += qt-boostable qdeclarative-boostable
+LIBS += -lmdeclarativecache
+
+# The .cpp file which was generated for your project. Feel free to hack it.
+SOURCES += cpp/main.cpp
+
+VPATH += cpp
+MOC_DIR = cpp/.mocs
+OBJECTS_DIR = cpp/.objs
+
+# Please do not modify the following two lines. Required for deployment.
+include(qmlapplicationviewer/qmlapplicationviewer.pri)
+qtcAddDeployment()