samegame.pro Example File

demos/samegame/samegame.pro
TEMPLATE = app

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

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