aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/imageelements.pro
blob: eddfb7429a7497a73794f9764161cb9654743964 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/imageelements
qml.files = *.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/quick/imageelements
sources.files = $$SOURCES imageelements.pro
sources.path = $$qml.path
INSTALLS += sources target qml