From 189c0c1ad9ae2dee6359ec0cde6049fdf4c6aaf1 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Tue, 19 Sep 2017 14:08:16 +0200 Subject: 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 --- examples/xmlpatterns/xquery/xquery.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/xmlpatterns/xquery/xquery.pro') diff --git a/examples/xmlpatterns/xquery/xquery.pro b/examples/xmlpatterns/xquery/xquery.pro index ee1c9c8..09d0c4d 100644 --- a/examples/xmlpatterns/xquery/xquery.pro +++ b/examples/xmlpatterns/xquery/xquery.pro @@ -1,4 +1,2 @@ TEMPLATE = aux EXAMPLE_FILES = globalVariables - -maemo5: CONFIG += qt_example -- cgit v1.2.1