~ubuntu-branches/ubuntu/vivid/qtdeclarative-opensource-src-gles/vivid

« back to all changes in this revision

Viewing changes to examples/quick/demos/photoviewer/photoviewer.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2014-10-29 07:54:05 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141029075405-gq1uzomnw3but9g2
Tags: 5.3.2-0ubuntu1
Sync package with qtdeclarative-opensource-src - 5.3.2-3ubuntu1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = app
 
2
 
 
3
QT += qml quick widgets xmlpatterns
 
4
 
 
5
SOURCES += main.cpp
 
6
 
 
7
lupdate_only{
 
8
SOURCES = *.qml \
 
9
          PhotoViewerCore/*.qml \
 
10
          PhotoViewerCore/script/*.js
 
11
}
 
12
 
 
13
TRANSLATIONS += i18n/qml_fr.ts \
 
14
                i18n/qml_de.ts
 
15
 
 
16
RESOURCES += qml.qrc
 
17
 
 
18
# Additional import path used to resolve QML modules in Qt Creator's code model
 
19
QML_IMPORT_PATH =
 
20
 
 
21
# Default rules for deployment.
 
22
include(deployment.pri)