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:
parent
8076afb3c6
commit
5c1bb8e4d4
@ -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
|
||||
)
|
||||
|
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user