qt6windows7/examples/corelib/serialization/streambookmarks/streambookmarks.pro

16 lines
418 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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