Fix compile of Same Game demo.
[profile/ivi/qtdeclarative.git] / examples / demos / samegame / samegame.pro
1 TEMPLATE = app
2
3 QT += qml quick
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
7 qml.files = samegame-desktop.qml samegame-mobile.qml content
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/samegame
9 INSTALLS += target qml