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