~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/qtquick2controls/app.pro

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Add more folders to ship with the application, here
 
2
# DEPLOYMENTFOLDERS #
 
3
folder_01.source = qml/app
 
4
folder_01.target = qml
 
5
DEPLOYMENTFOLDERS = folder_01
 
6
# DEPLOYMENTFOLDERS_END #
 
7
 
 
8
# Additional import path used to resolve QML modules in Creator's code model
 
9
# QML_IMPORT_PATH #
 
10
QML_IMPORT_PATH =
 
11
 
 
12
# The .cpp file which was generated for your project. Feel free to hack it.
 
13
SOURCES += main.cpp
 
14
 
 
15
# Installation path
 
16
# target.path =
 
17
 
 
18
# Please do not modify the following two lines. Required for deployment.
 
19
include(qtquick2controlsapplicationviewer/qtquick2controlsapplicationviewer.pri)
 
20
# REMOVE_NEXT_LINE (wizard will remove the include and append deployment.pri to qmlapplicationviewer.pri, instead) #
 
21
include(../shared/deployment.pri)
 
22
qtcAddDeployment()