aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photoviewer/photoviewer.pro
blob: 4bfdb86f318db5bba33722e1e39bb5e7e6687cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/photoviewer
INSTALLS += target