aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/samegame.pro
blob: 96a8c34ab0bcab2bdbb0a79d22b20d05ff2b04fe (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/samegame
qml.files = samegame-desktop.qml samegame-mobile.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
INSTALLS += target qml