summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/recipes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/recipes/recipes.pro')
-rw-r--r--examples/xmlpatterns/recipes/recipes.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro
index 633138b..b564e0a 100644
--- a/examples/xmlpatterns/recipes/recipes.pro
+++ b/examples/xmlpatterns/recipes/recipes.pro
@@ -1,6 +1,5 @@
QT += widgets xmlpatterns
-FORMS += forms/querywidget.ui \
- forms/querywidget_mobiles.ui
+FORMS += forms/querywidget.ui
HEADERS = querymainwindow.h ../shared/xmlsyntaxhighlighter.h
RESOURCES = recipes.qrc
SOURCES = main.cpp querymainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
@@ -8,6 +7,3 @@ INCLUDEPATH += ../shared/
target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
INSTALLS += target
-
-maemo5: CONFIG += qt_example
-