~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

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

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Add files and directories to ship with the application 
2
 
# by adapting the examples below.
3
 
# file1.source = myfile
4
 
# dir1.source = mydir
5
 
DEPLOYMENTFOLDERS = # file1 dir1
6
 
 
7
 
# If your application uses the Qt Mobility libraries, uncomment
8
 
# the following lines and add the respective components to the 
9
 
# MOBILITY variable. 
10
 
# CONFIG += mobility
11
 
# MOBILITY +=
12
 
 
13
 
SOURCES += main.cpp mainwindow.cpp
14
 
HEADERS += mainwindow.h
15
 
FORMS += mainwindow.ui
16
 
 
17
 
# Please do not modify the following two lines. Required for deployment.
18
 
include(../shared/deployment.pri)
19
 
qtcAddDeployment()