tst_QXmlStream: Fix CMakeLists.txt
Remove non existing path from GLOB_RECURSE statement. Pick-to: 6.6 6.5 6.2 Change-Id: Ie122bd062acf8cc26f2ddead808c101af4da9573 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
This commit is contained in:
parent
43c4d17e4d
commit
bc9ad7db6b
@ -18,7 +18,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