d6d7aebd03
It's confusing when you double-click it and nothing happens. Task-number: QTBUG-26976 Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
15 lines
406 B
Prolog
15 lines
406 B
Prolog
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
QT -= gui
|
|
QT += xml
|
|
SOURCES += main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xmlstreamlint.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/xmlstreamlint
|
|
INSTALLS += target sources
|
|
|
|
|
|
simulator: warning(This example does not work on Simulator platform)
|