summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/codecs/codecs.pro
blob: 410411d870bd7b288b00cf435124f5703ce3eb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS      += mainwindow.h \
                previewform.h
SOURCES      += main.cpp \
                mainwindow.cpp \
                previewform.cpp

EXAMPLE_FILES = encodedfiles

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

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)