summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/streambookmarks/streambookmarks.pro
blob: 34d2caae82900dce3bb76dcf34eb9e1246d6edd2 (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 = jennifer.xbel

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