qt6windows7/examples/xml/dombookmarks/dombookmarks.pro

14 lines
322 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
HEADERS = mainwindow.h \
xbeltree.h
SOURCES = main.cpp \
mainwindow.cpp \
xbeltree.cpp
QT += xml widgets
requires(qtConfig(filedialog))
2023-11-02 01:02:52 +08:00
EXAMPLE_FILES = jennifer.xbel
2023-10-30 06:33:08 +08:00
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target