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

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

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