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

QT += qml quick
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
qml.files = samegame.qml content settings.js
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
INSTALLS += target qml