blob: 0342578e6533d7f6eee5175516d16cd128f88c1c [file] [log] [blame]
TEMPLATE = app
QT += quick qml xml xmlpatterns
SOURCES += main.cpp
RESOURCES += rssnews.qrc
OTHER_FILES = rssnews.qml \
content/*.qml \
content/*.js \
content/images/*
target.path = $$[QT_INSTALL_EXAMPLES]/demos/rssnews
INSTALLS += target