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

QT += quick qml
SOURCES += main.cpp
RESOURCES += samegame2.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/tutorials/samegame/samegame2
INSTALLS += target