summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/completer/completer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/completer/completer.pro')
-rw-r--r--examples/widgets/tools/completer/completer.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tools/completer/completer.pro b/examples/widgets/tools/completer/completer.pro
index c0fcf8d1fb..b47b7a9057 100644
--- a/examples/widgets/tools/completer/completer.pro
+++ b/examples/widgets/tools/completer/completer.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
HEADERS = fsmodel.h \
mainwindow.h
SOURCES = fsmodel.cpp \
@@ -9,6 +11,4 @@ RESOURCES = completer.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
INSTALLS += target
-QT += widgets
-
simulator: warning(This example might not fully work on Simulator platform)