blob: 8c2fc3fa198ae1a0da99425e2c0cb607c5b5916a [file] [log] [blame]
HEADERS = mainwindow.h \
xbelreader.h \
xbelwriter.h
SOURCES = main.cpp \
mainwindow.cpp \
xbelreader.cpp \
xbelwriter.cpp
QT += xml widgets
requires(qtConfig(filedialog))
EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/streambookmarks
INSTALLS += target