summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/i18n/i18n.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/i18n/i18n.pro')
-rw-r--r--examples/widgets/tools/i18n/i18n.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tools/i18n/i18n.pro b/examples/widgets/tools/i18n/i18n.pro
index 57514781eb..8095e44b3c 100644
--- a/examples/widgets/tools/i18n/i18n.pro
+++ b/examples/widgets/tools/i18n/i18n.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
HEADERS = languagechooser.h \
mainwindow.h
SOURCES = languagechooser.cpp \
@@ -23,6 +25,4 @@ TRANSLATIONS += translations/i18n_ar.ts \
target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
INSTALLS += target
-QT += widgets
-
simulator: warning(This example might not fully work on Simulator platform)