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