mirror of https://github.com/qt/qtdoc.git
Fix the broken test after the retirement of qt_parse_all_arguments
As we are now processing the arguments with cmake_parse_arguments(PARSE_ARGV, we don't need to pass the escape characters anymore. Task-number: QTBUG-99238 Change-Id: I04c38ec742906dfbe542714c6c91f2712a5e6fb9 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
4d897d9fa4
commit
fcd87c6e11
|
@ -11,7 +11,7 @@ qt_internal_add_test(tst_qqmlparser_doc # special case
|
|||
SOURCES
|
||||
tst_qqmlparser.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::QmlPrivate
|
||||
|
|
|
@ -11,7 +11,7 @@ qt_internal_add_test(tst_examples
|
|||
SOURCES
|
||||
tst_examples.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
|
|
Loading…
Reference in New Issue