blob: f5c0576b4ad84b702d3f7a834058c43893859ce7 [file] [log] [blame]
TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
RESOURCES += \
../images.qrc \
../../shared/shared.qrc \
$$files("content/*") \
$$files("*qml")
target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/itemparticle
INSTALLS += target