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.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/widgets/tools/codecs/codecs.pro b/examples/widgets/tools/codecs/codecs.pro
deleted file mode 100644
index 6f4b0742a9..0000000000
--- a/examples/widgets/tools/codecs/codecs.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-QT += widgets
-requires(qtConfig(filedialog))
-
-HEADERS += mainwindow.h \
- previewform.h \
- encodingdialog.h
-
-SOURCES += main.cpp \
- mainwindow.cpp \
- previewform.cpp \
- encodingdialog.cpp
-
-RESOURCES += codecs.qrc
-
-EXAMPLE_FILES = encodedfiles
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
-INSTALLS += target