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

QT += qml quick
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
qml.files = maroon.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/maroon
sources.files = $$SOURCES maroon.pro
sources.path = $$qml.path
INSTALLS += sources target qml