mirror of https://github.com/qt/qtdoc.git
Fix naming clash for qqmlparser
Clashes with qqmlparser test in qtdeclarative Change-Id: Iaf3dc0259e6e7d8542cb30792c8208e9e66cda77 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
19889094f1
commit
9d555452c2
|
@ -0,0 +1,23 @@
|
|||
# Generated from qqmlparser.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qqmlparser Test:
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_qqmlparser
|
||||
SOURCES
|
||||
tst_qqmlparser.cpp
|
||||
DEFINES
|
||||
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::QmlPrivate
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_extend_target(tst_qqmlparser CONDITION CMAKE_CROSSCOMPILING
|
||||
DEFINES
|
||||
QTEST_CROSS_COMPILED
|
||||
)
|
|
@ -4,7 +4,7 @@
|
|||
## tst_qqmlparser Test:
|
||||
#####################################################################
|
||||
|
||||
qt_add_test(tst_qqmlparser
|
||||
qt_add_test(tst_qqmlparser_doc # special case
|
||||
SOURCES
|
||||
tst_qqmlparser.cpp
|
||||
DEFINES
|
||||
|
@ -17,7 +17,7 @@ qt_add_test(tst_qqmlparser
|
|||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_extend_target(tst_qqmlparser CONDITION CMAKE_CROSSCOMPILING
|
||||
qt_extend_target(tst_qqmlparser_doc CONDITION CMAKE_CROSSCOMPILING # special case
|
||||
DEFINES
|
||||
QTEST_CROSS_COMPILED
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue