summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/codecs/codecs.pro
blob: 13daa792370b778e8be6a49e5b51d2964367b7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets
requires(qtConfig(filedialog))

HEADERS      += mainwindow.h \
                previewform.h
SOURCES      += main.cpp \
                mainwindow.cpp \
                previewform.cpp

EXAMPLE_FILES = encodedfiles

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
INSTALLS += target