summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/codecs/codecs.pro
blob: 6f4b0742a9d5745f20e4413435e4626a75ea1036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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