summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/streambookmarks/streambookmarks.pro
blob: 9b067c7bba6232fe32afd15199a05aaee57b8c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS       = mainwindow.h \
                xbelreader.h \
                xbelwriter.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                xbelreader.cpp \
                xbelwriter.cpp
QT           += widgets
requires(qtConfig(filedialog))

EXAMPLE_FILES = frank.xbel jennifer.xbel

# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/streambookmarks
INSTALLS += target