4aa3a3324ef07b96342f20132f91993826625d6b
[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]/qtquick/demos/samegame
7 qml.files = samegame.qml content
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/samegame
9 INSTALLS += target qml