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

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

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