blob: c90789f33275cf407027e18dfb67dc0a6c402067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
QML_IMPORT_NAME = XmlListModel
QML_IMPORT_MAJOR_VERSION = 1
RESOURCES += rssnews.qrc
OTHER_FILES = rssnews.qml \
content/*.qml \
content/*.js \
content/images/*
target.path = $$[QT_INSTALL_EXAMPLES]/demos/rssnews
INSTALLS += target
|