From 7adcdcbf804dafaaaf948dfb197143355d21802e Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 13:04:31 +0100 Subject: Regenerate tests/auto/corelib/text Change-Id: I34e24b7c2697bcdddc628855e2b539b8db1b98b0 Reviewed-by: Edward Welbourne Reviewed-by: Simon Hausmann Reviewed-by: Leander Beernaert Reviewed-by: Qt CMake Build Bot --- tests/auto/corelib/text/qbytearraylist/CMakeLists.txt | 1 - tests/auto/corelib/text/qbytedatabuffer/CMakeLists.txt | 13 ++++++++++++- tests/auto/corelib/text/qregexp/CMakeLists.txt | 11 ++++++++++- tests/auto/corelib/text/qregularexpression/CMakeLists.txt | 11 ++++++++++- .../text/qstring_no_cast_from_bytearray/CMakeLists.txt | 13 ++++++++++++- .../text/qstringbuilder/qstringbuilder1/CMakeLists.txt | 11 ++++++++++- .../text/qstringbuilder/qstringbuilder2/CMakeLists.txt | 11 ++++++++++- .../text/qstringbuilder/qstringbuilder3/CMakeLists.txt | 11 ++++++++++- .../text/qstringbuilder/qstringbuilder4/CMakeLists.txt | 11 ++++++++++- tests/auto/corelib/text/qstringiterator/CMakeLists.txt | 13 ++++++++++++- tests/auto/corelib/text/qstringlist/CMakeLists.txt | 11 ++++++++++- tests/auto/corelib/text/qstringmatcher/CMakeLists.txt | 13 ++++++++++++- tests/auto/corelib/text/qstringref/CMakeLists.txt | 11 ++++++++++- 13 files changed, 128 insertions(+), 13 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/corelib/text/qbytearraylist/CMakeLists.txt b/tests/auto/corelib/text/qbytearraylist/CMakeLists.txt index 99ce43d0a7..780216a38c 100644 --- a/tests/auto/corelib/text/qbytearraylist/CMakeLists.txt +++ b/tests/auto/corelib/text/qbytearraylist/CMakeLists.txt @@ -5,7 +5,6 @@ ##################################################################### add_qt_test(tst_qbytearraylist - GUI SOURCES tst_qbytearraylist.cpp ) diff --git a/tests/auto/corelib/text/qbytedatabuffer/CMakeLists.txt b/tests/auto/corelib/text/qbytedatabuffer/CMakeLists.txt index c02ee4c284..2085df02aa 100644 --- a/tests/auto/corelib/text/qbytedatabuffer/CMakeLists.txt +++ b/tests/auto/corelib/text/qbytedatabuffer/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qbytedatabuffer SOURCES tst_qbytedatabuffer.cpp LIBRARIES Qt::CorePrivate) +# Generated from qbytedatabuffer.pro. + +##################################################################### +## tst_qbytedatabuffer Test: +##################################################################### + +add_qt_test(tst_qbytedatabuffer + SOURCES + tst_qbytedatabuffer.cpp + LIBRARIES + Qt::CorePrivate +) diff --git a/tests/auto/corelib/text/qregexp/CMakeLists.txt b/tests/auto/corelib/text/qregexp/CMakeLists.txt index 1a37644977..e14979d7fe 100644 --- a/tests/auto/corelib/text/qregexp/CMakeLists.txt +++ b/tests/auto/corelib/text/qregexp/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qregexp SOURCES tst_qregexp.cpp) +# Generated from qregexp.pro. + +##################################################################### +## tst_qregexp Test: +##################################################################### + +add_qt_test(tst_qregexp + SOURCES + tst_qregexp.cpp +) diff --git a/tests/auto/corelib/text/qregularexpression/CMakeLists.txt b/tests/auto/corelib/text/qregularexpression/CMakeLists.txt index ff0cb8d962..b1ee1ff7de 100644 --- a/tests/auto/corelib/text/qregularexpression/CMakeLists.txt +++ b/tests/auto/corelib/text/qregularexpression/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qregularexpression SOURCES tst_qregularexpression.cpp) +# Generated from qregularexpression.pro. + +##################################################################### +## tst_qregularexpression Test: +##################################################################### + +add_qt_test(tst_qregularexpression + SOURCES + tst_qregularexpression.cpp +) diff --git a/tests/auto/corelib/text/qstring_no_cast_from_bytearray/CMakeLists.txt b/tests/auto/corelib/text/qstring_no_cast_from_bytearray/CMakeLists.txt index 46a9e9ff79..d0285cce3c 100644 --- a/tests/auto/corelib/text/qstring_no_cast_from_bytearray/CMakeLists.txt +++ b/tests/auto/corelib/text/qstring_no_cast_from_bytearray/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qstring_no_cast_from_bytearray SOURCES tst_qstring_no_cast_from_bytearray.cpp) +# Generated from qstring_no_cast_from_bytearray.pro. + +##################################################################### +## tst_qstring_no_cast_from_bytearray Test: +##################################################################### + +add_qt_test(tst_qstring_no_cast_from_bytearray + SOURCES + tst_qstring_no_cast_from_bytearray.cpp + DEFINES + QT_NO_CAST_FROM_BYTEARRAY +) diff --git a/tests/auto/corelib/text/qstringbuilder/qstringbuilder1/CMakeLists.txt b/tests/auto/corelib/text/qstringbuilder/qstringbuilder1/CMakeLists.txt index 2fad1ee7ed..959f04f07e 100644 --- a/tests/auto/corelib/text/qstringbuilder/qstringbuilder1/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringbuilder/qstringbuilder1/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringbuilder1 SOURCES tst_qstringbuilder1.cpp) +# Generated from qstringbuilder1.pro. + +##################################################################### +## tst_qstringbuilder1 Test: +##################################################################### + +add_qt_test(tst_qstringbuilder1 + SOURCES + tst_qstringbuilder1.cpp +) diff --git a/tests/auto/corelib/text/qstringbuilder/qstringbuilder2/CMakeLists.txt b/tests/auto/corelib/text/qstringbuilder/qstringbuilder2/CMakeLists.txt index 93231a22e1..ff9dfd4ce1 100644 --- a/tests/auto/corelib/text/qstringbuilder/qstringbuilder2/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringbuilder/qstringbuilder2/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringbuilder2 SOURCES tst_qstringbuilder2.cpp) +# Generated from qstringbuilder2.pro. + +##################################################################### +## tst_qstringbuilder2 Test: +##################################################################### + +add_qt_test(tst_qstringbuilder2 + SOURCES + tst_qstringbuilder2.cpp +) diff --git a/tests/auto/corelib/text/qstringbuilder/qstringbuilder3/CMakeLists.txt b/tests/auto/corelib/text/qstringbuilder/qstringbuilder3/CMakeLists.txt index 4669fc93b4..810004cc7d 100644 --- a/tests/auto/corelib/text/qstringbuilder/qstringbuilder3/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringbuilder/qstringbuilder3/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringbuilder3 SOURCES tst_qstringbuilder3.cpp) +# Generated from qstringbuilder3.pro. + +##################################################################### +## tst_qstringbuilder3 Test: +##################################################################### + +add_qt_test(tst_qstringbuilder3 + SOURCES + tst_qstringbuilder3.cpp +) diff --git a/tests/auto/corelib/text/qstringbuilder/qstringbuilder4/CMakeLists.txt b/tests/auto/corelib/text/qstringbuilder/qstringbuilder4/CMakeLists.txt index d6e7be6c11..1ad6d02418 100644 --- a/tests/auto/corelib/text/qstringbuilder/qstringbuilder4/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringbuilder/qstringbuilder4/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringbuilder4 SOURCES tst_qstringbuilder4.cpp) +# Generated from qstringbuilder4.pro. + +##################################################################### +## tst_qstringbuilder4 Test: +##################################################################### + +add_qt_test(tst_qstringbuilder4 + SOURCES + tst_qstringbuilder4.cpp +) diff --git a/tests/auto/corelib/text/qstringiterator/CMakeLists.txt b/tests/auto/corelib/text/qstringiterator/CMakeLists.txt index 572ada1f4c..c74071957b 100644 --- a/tests/auto/corelib/text/qstringiterator/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringiterator/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qstringiterator SOURCES tst_qstringiterator.cpp LIBRARIES Qt::CorePrivate) +# Generated from qstringiterator.pro. + +##################################################################### +## tst_qstringiterator Test: +##################################################################### + +add_qt_test(tst_qstringiterator + SOURCES + tst_qstringiterator.cpp + LIBRARIES + Qt::CorePrivate +) diff --git a/tests/auto/corelib/text/qstringlist/CMakeLists.txt b/tests/auto/corelib/text/qstringlist/CMakeLists.txt index af361fbbcc..aff8b59c15 100644 --- a/tests/auto/corelib/text/qstringlist/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringlist/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringlist SOURCES tst_qstringlist.cpp) +# Generated from qstringlist.pro. + +##################################################################### +## tst_qstringlist Test: +##################################################################### + +add_qt_test(tst_qstringlist + SOURCES + tst_qstringlist.cpp +) diff --git a/tests/auto/corelib/text/qstringmatcher/CMakeLists.txt b/tests/auto/corelib/text/qstringmatcher/CMakeLists.txt index 1bf0a6e15f..15616a0b13 100644 --- a/tests/auto/corelib/text/qstringmatcher/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringmatcher/CMakeLists.txt @@ -1 +1,12 @@ -add_qt_test(tst_qstringmatcher SOURCES tst_qstringmatcher.cpp) +# Generated from qstringmatcher.pro. + +##################################################################### +## tst_qstringmatcher Test: +##################################################################### + +add_qt_test(tst_qstringmatcher + SOURCES + tst_qstringmatcher.cpp + DEFINES + QT_NO_CAST_TO_ASCII +) diff --git a/tests/auto/corelib/text/qstringref/CMakeLists.txt b/tests/auto/corelib/text/qstringref/CMakeLists.txt index d4daf1a437..961f37c93d 100644 --- a/tests/auto/corelib/text/qstringref/CMakeLists.txt +++ b/tests/auto/corelib/text/qstringref/CMakeLists.txt @@ -1 +1,10 @@ -add_qt_test(tst_qstringref SOURCES tst_qstringref.cpp) +# Generated from qstringref.pro. + +##################################################################### +## tst_qstringref Test: +##################################################################### + +add_qt_test(tst_qstringref + SOURCES + tst_qstringref.cpp +) -- cgit v1.2.3