summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema/schema.pro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-09-19 14:08:16 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-09-26 08:46:22 +0000
commit189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1 (patch)
treeff610281f3be883435319c85e2668c7e4ba89620 /examples/xmlpatterns/schema/schema.pro
parentf8a92101077943131b22011ae48b69687f51a7f1 (diff)
downloadqtxmlpatterns-189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1.tar.gz
examples: remove traces of the Maemo and Q_WS_SIMULATOR
Maemo part: This kind of amends what was done in qtbase 2 years and 7 months ago by 5432f2c7a1ff02e1ee0e07e442ceb6c12ca66098. Q_WS_SIMULATOR part: This was all dead code, because nothing sets Q_WS_SIMULATOR in Qt 5. Change-Id: I8af66123e332cd8911a73c11893d674b8102e474 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/xmlpatterns/schema/schema.pro')
-rw-r--r--examples/xmlpatterns/schema/schema.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro
index dd56375..ded65a1 100644
--- a/examples/xmlpatterns/schema/schema.pro
+++ b/examples/xmlpatterns/schema/schema.pro
@@ -1,5 +1,5 @@
QT += widgets xmlpatterns
-FORMS += schema.ui schema_mobiles.ui
+FORMS += schema.ui
HEADERS = mainwindow.h ../shared/xmlsyntaxhighlighter.h
RESOURCES = schema.qrc
SOURCES = main.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
@@ -7,6 +7,3 @@ INCLUDEPATH += ../shared/
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema
INSTALLS += target
-
-maemo5: CONFIG += qt_example
-