Regenerate tests/auto/corelib/global
Change-Id: I89a82f0cafeda2f38217a24f1c495344910fba1a 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
76590ce220
commit
812d45ed09
@ -1 +1,10 @@
|
|||||||
add_qt_test(tst_q_func_info SOURCES tst_q_func_info.cpp)
|
# Generated from q_func_info.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_q_func_info Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_q_func_info
|
||||||
|
SOURCES
|
||||||
|
tst_q_func_info.cpp
|
||||||
|
)
|
||||||
|
@ -1 +1,13 @@
|
|||||||
add_qt_test(tst_qflags SOURCES tst_qflags.cpp)
|
# Generated from qflags.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qflags Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qflags
|
||||||
|
SOURCES
|
||||||
|
tst_qflags.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
## Scopes:
|
||||||
|
#####################################################################
|
||||||
|
@ -1 +1,10 @@
|
|||||||
add_qt_test(tst_qfloat16 SOURCES tst_qfloat16.cpp)
|
# Generated from qfloat16.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qfloat16 Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qfloat16
|
||||||
|
SOURCES
|
||||||
|
tst_qfloat16.cpp
|
||||||
|
)
|
||||||
|
@ -1 +1,10 @@
|
|||||||
add_qt_test(tst_qgetputenv SOURCES tst_qgetputenv.cpp)
|
# Generated from qgetputenv.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qgetputenv Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qgetputenv
|
||||||
|
SOURCES
|
||||||
|
tst_qgetputenv.cpp
|
||||||
|
)
|
||||||
|
@ -1 +1,14 @@
|
|||||||
add_qt_test(tst_qglobal SOURCES tst_qglobal.cpp qglobal.c)
|
# Generated from qglobal.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qglobal Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qglobal
|
||||||
|
SOURCES
|
||||||
|
qglobal.c
|
||||||
|
tst_qglobal.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
## Scopes:
|
||||||
|
#####################################################################
|
||||||
|
@ -1,9 +1,15 @@
|
|||||||
|
# Generated from qglobalstatic.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qglobalstatic Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
add_qt_test(tst_qglobalstatic
|
add_qt_test(tst_qglobalstatic
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qglobalstatic.cpp
|
tst_qglobalstatic.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
SRCDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/\"
|
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}/\\\"
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
)
|
)
|
||||||
|
@ -1 +1,12 @@
|
|||||||
add_qt_test(tst_qhooks SOURCES tst_qhooks.cpp LIBRARIES Qt::CorePrivate)
|
# Generated from qhooks.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qhooks Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qhooks
|
||||||
|
SOURCES
|
||||||
|
tst_qhooks.cpp
|
||||||
|
LIBRARIES
|
||||||
|
Qt::CorePrivate
|
||||||
|
)
|
||||||
|
@ -1 +1,26 @@
|
|||||||
add_qt_test(tst_qnumeric SOURCES tst_qnumeric.cpp LIBRARIES Qt::CorePrivate)
|
# Generated from qnumeric.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qnumeric Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qnumeric
|
||||||
|
SOURCES
|
||||||
|
tst_qnumeric.cpp
|
||||||
|
LIBRARIES
|
||||||
|
Qt::CorePrivate
|
||||||
|
)
|
||||||
|
|
||||||
|
## Scopes:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
extend_target(tst_qnumeric CONDITION ICC
|
||||||
|
COMPILE_OPTIONS
|
||||||
|
-fp-model
|
||||||
|
strict
|
||||||
|
)
|
||||||
|
|
||||||
|
extend_target(tst_qnumeric CONDITION intel_icl
|
||||||
|
COMPILE_OPTIONS
|
||||||
|
/fp:strict
|
||||||
|
)
|
||||||
|
@ -1 +1,10 @@
|
|||||||
add_qt_test(tst_qrand SOURCES tst_qrand.cpp)
|
# Generated from qrand.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qrand Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qrand
|
||||||
|
SOURCES
|
||||||
|
tst_qrand.cpp
|
||||||
|
)
|
||||||
|
@ -1 +1,12 @@
|
|||||||
add_qt_test(tst_qrandomgenerator SOURCES tst_qrandomgenerator.cpp LIBRARIES Qt::CorePrivate)
|
# Generated from qrandomgenerator.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qrandomgenerator Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qrandomgenerator
|
||||||
|
SOURCES
|
||||||
|
tst_qrandomgenerator.cpp
|
||||||
|
LIBRARIES
|
||||||
|
Qt::CorePrivate
|
||||||
|
)
|
||||||
|
@ -1 +1,12 @@
|
|||||||
add_qt_test(tst_qtendian SOURCES tst_qtendian.cpp LIBRARIES Qt::CorePrivate)
|
# Generated from qtendian.pro.
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## tst_qtendian Test:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
add_qt_test(tst_qtendian
|
||||||
|
SOURCES
|
||||||
|
tst_qtendian.cpp
|
||||||
|
LIBRARIES
|
||||||
|
Qt::CorePrivate
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user