summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/wordcount/wordcount.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtconcurrent/wordcount/wordcount.pro')
-rw-r--r--examples/qtconcurrent/wordcount/wordcount.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/qtconcurrent/wordcount/wordcount.pro b/examples/qtconcurrent/wordcount/wordcount.pro
index 2866e807a1..2980792da1 100644
--- a/examples/qtconcurrent/wordcount/wordcount.pro
+++ b/examples/qtconcurrent/wordcount/wordcount.pro
@@ -1,5 +1,4 @@
TEMPLATE = app
-TARGET +=
DEPENDPATH += .
INCLUDEPATH += .
@@ -15,3 +14,6 @@ INSTALLS += target sources
symbian: CONFIG += qt_example
QT += widgets
+maemo5: CONFIG += qt_example
+
+simulator: warning(This example does not work on Simulator platform)