mirror of https://github.com/qt/qtdoc.git
Remove Gui requirement form qqmlparser test
It doesn't need it. Task-number: QTBUG-79353 Change-Id: I81f50c0baf4b30bb54c9e01d4afce50084efc169 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
5471028e6b
commit
d40a73ba50
|
@ -19,7 +19,6 @@ qt_internal_add_test(tst_qqmlparser_doc # special case
|
||||||
DEFINES
|
DEFINES
|
||||||
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt6::Gui
|
|
||||||
Qt6::QmlPrivate
|
Qt6::QmlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue