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

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

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

QTPLUGIN += qsqlite