2010-07-29 17:28:28 +02:00
|
|
|
# Add more folders to ship with the application, here
|
2010-07-15 11:58:37 +02:00
|
|
|
# DEPLOYMENTFOLDERS #
|
2010-07-29 17:28:28 +02:00
|
|
|
folder_01.source = qml/app
|
|
|
|
|
folder_01.target = qml
|
|
|
|
|
DEPLOYMENTFOLDERS = folder_01
|
|
|
|
|
# DEPLOYMENTFOLDERS_END #
|
2010-07-15 11:58:37 +02:00
|
|
|
|
2010-11-01 17:03:46 +01:00
|
|
|
# Additional import path used to resolve QML modules in Creator's code model
|
2010-09-21 14:55:11 +02:00
|
|
|
# QML_IMPORT_PATH #
|
|
|
|
|
QML_IMPORT_PATH =
|
|
|
|
|
|
2010-12-21 21:32:19 +01:00
|
|
|
# If your application uses the Qt Mobility libraries, uncomment the following
|
|
|
|
|
# lines and add the respective components to the MOBILITY variable.
|
2010-10-20 12:40:21 +02:00
|
|
|
# CONFIG += mobility
|
|
|
|
|
# MOBILITY +=
|
|
|
|
|
|
2011-08-17 12:27:24 +02:00
|
|
|
# Speed up launching on MeeGo/Harmattan when using applauncherd daemon
|
|
|
|
|
# HARMATTAN_BOOSTABLE #
|
|
|
|
|
# CONFIG += qdeclarative-boostable
|
|
|
|
|
|
2010-09-29 10:05:48 +02:00
|
|
|
# The .cpp file which was generated for your project. Feel free to hack it.
|
2010-08-25 19:07:50 +02:00
|
|
|
SOURCES += main.cpp
|
2010-08-20 19:57:39 +02:00
|
|
|
|
2010-10-04 04:10:54 +02:00
|
|
|
# Please do not modify the following two lines. Required for deployment.
|
2010-08-25 19:07:50 +02:00
|
|
|
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
2011-04-17 09:55:17 +02:00
|
|
|
# REMOVE_NEXT_LINE (wizard will remove the include and append deployment.pri to qmlapplicationviewer.pri, instead) #
|
2010-09-14 15:06:15 +02:00
|
|
|
include(../shared/deployment.pri)
|
|
|
|
|
qtcAddDeployment()
|