fec2e53018ddd9f257c84a87afca54f2cd11f802
[profile/ivi/qtdeclarative.git] / examples / quick / demos / samegame / samegame.pro
1 TEMPLATE = app
2
3 QT += qml quick
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
7 qml.files = samegame.qml content settings.js
8 qml.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/samegame
9 INSTALLS += target qml