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