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

QT += qml quick
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
qml.files = maroon.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/maroon
INSTALLS += target qml