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