Use resource files for most examples
[profile/ivi/qtdeclarative.git] / examples / quick / demos / maroon / maroon.pro
1 TEMPLATE = app
2
3 QT += qml quick
4 SOURCES += main.cpp
5 RESOURCES += maroon.qrc
6
7 target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/maroon
8 INSTALLS += target