qt5base-lts/examples/xml/dombookmarks/dombookmarks.pro
Edward Welbourne 8e1b60b331 There is no frank.xbel so don't tell qmake to find it
Both the DOM and XML stream versions of the XBEL bookmarks example had
a frank.xbel in their EXAMPLE_FILES, but there is no such file. So
asking qmake to include it is spurious.

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: Iec08042d181fc09c2c428685ce841a13161ab273
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2023-06-09 14:05:06 +02:00

14 lines
322 B
Prolog

HEADERS = mainwindow.h \
xbeltree.h
SOURCES = main.cpp \
mainwindow.cpp \
xbeltree.cpp
QT += xml widgets
requires(qtConfig(filedialog))
EXAMPLE_FILES = jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target