aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photoviewer/photoviewer.pro
blob: 704e2ce00371fddc11b056f792978766667cadd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = app

QT += qml quick widgets xmlpatterns

SOURCES += main.cpp

lupdate_only{
SOURCES = *.qml \
          PhotoViewerCore/*.qml \
          PhotoViewerCore/script/*.js
}

TRANSLATIONS += i18n/qml_fr.ts \
                i18n/qml_de.ts

RESOURCES += qml.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(deployment.pri)