aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/samegame.pro
blob: 2f7afef5a500e74872b079db995104ed9578a0f1 (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/samegame
qml.files = samegame.qml content settings.js
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
sources.files = $$SOURCES samegame.pro
sources.path = $$qml.path
INSTALLS += sources target qml