samegame.pro Example File

demos/samegame/samegame.pro
 TEMPLATE = app

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

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