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

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

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