qt6windows7/examples/corelib/serialization/streambookmarks/streambookmarks.pro
2023-10-29 23:33:08 +01:00

16 lines
418 B
Prolog

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