tst_QXmlStream: Fix CMakeLists.txt
Remove non existing path from GLOB_RECURSE statement. Change-Id: Ie122bd062acf8cc26f2ddead808c101af4da9573 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit bc9ad7db6b6a6121919a7c2400f8a11e2a29dda4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
2ead07f210
commit
a966e35ec0
@ -12,7 +12,7 @@ file(GLOB_RECURSE test_data
|
||||
|
||||
file(GLOB_RECURSE tokenError
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
tokenError/* XML-token-error/*)
|
||||
tokenError/*)
|
||||
|
||||
qt_internal_add_test(tst_qxmlstream
|
||||
SOURCES
|
||||
|
Loading…
x
Reference in New Issue
Block a user