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

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

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