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.

Task-number: QTBUG-111228
Change-Id: Iec08042d181fc09c2c428685ce841a13161ab273
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 8e1b60b331)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Edward Welbourne 2023-06-08 11:14:43 +02:00
parent f2995dc15a
commit 8b693cd135
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ SOURCES = main.cpp \
QT += widgets QT += widgets
requires(qtConfig(filedialog)) requires(qtConfig(filedialog))
EXAMPLE_FILES = frank.xbel jennifer.xbel EXAMPLE_FILES = jennifer.xbel
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/streambookmarks target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/streambookmarks

View File

@ -6,7 +6,7 @@ SOURCES = main.cpp \
QT += xml widgets QT += xml widgets
requires(qtConfig(filedialog)) requires(qtConfig(filedialog))
EXAMPLE_FILES = frank.xbel jennifer.xbel EXAMPLE_FILES = jennifer.xbel
# install # install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks