summaryrefslogtreecommitdiffstats
path: root/examples/demos/samegame/samegame.pro
blob: ebb32c7716bc48025f593e311e7cae0e75925e6b (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]/demos/samegame
INSTALLS += target