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