qtbase-opensource-src/examples/xml/dombookmarks/dombookmarks.pro

14 lines
333 B
Prolog
Raw Permalink Normal View History

2022-05-14 17:39:13 +08:00
HEADERS = mainwindow.h \
xbeltree.h
SOURCES = main.cpp \
mainwindow.cpp \
xbeltree.cpp
QT += xml widgets
requires(qtConfig(filedialog))
EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target