Regenerate tests/auto/corelib/codecs

Change-Id: Iea71e497e8bcf131ed89c9e576381dc305b1dd44
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
This commit is contained in:
Alexandru Croitor 2019-11-12 14:09:51 +01:00
parent 8076afb3c6
commit 5c1bb8e4d4
2 changed files with 21 additions and 2 deletions

View File

@ -1 +1,10 @@
add_qt_test_helper(echo_helper SOURCES main.cpp LIBRARIES Qt::Core)
# Generated from echo.pro.
#####################################################################
## echo_helper Binary:
#####################################################################
add_qt_test_helper(echo_helper
SOURCES
main.cpp
)

View File

@ -1 +1,11 @@
add_qt_test(tst_utf8 SOURCES tst_utf8.cpp utf8data.cpp)
# Generated from utf8.pro.
#####################################################################
## tst_utf8 Test:
#####################################################################
add_qt_test(tst_utf8
SOURCES
tst_utf8.cpp
utf8data.cpp
)