tst_Q{Chrono,}Timer: fix typo in CMakelists.txt
Spotted by Thiago in code review. Amendsbb10bd764cc1caand9cf47946fc. Change-Id: I01b04d2c80c62158917e6f190418053edc0a0fe5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 4073a75959e00722271b8784cb8cb2ee40756ff6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 69277b9ed921a0146ea1fe0082f93889d96e18b0)
parent
85f77604e3
commit
f3d2c6879d
|
|
@ -25,7 +25,7 @@ endfunction()
|
|||
addGuiChronoTimerTest(tst_qguichronotimer)
|
||||
qt_internal_extend_target(tst_qguichronotimer
|
||||
DEFINES
|
||||
tst_Qtimer=tst_QGuiChronoTimer
|
||||
tst_QChronoTimer=tst_QGuiChronoTimer
|
||||
)
|
||||
|
||||
if(QT_FEATURE_glib AND UNIX)
|
||||
|
|
@ -33,6 +33,6 @@ if(QT_FEATURE_glib AND UNIX)
|
|||
qt_internal_extend_target(tst_qguichronotimer_no_glib
|
||||
DEFINES
|
||||
DISABLE_GLIB
|
||||
tst_QTimer=tst_QGuiChronoTimer_no_glib # Class name in the unittest
|
||||
tst_QChronoTimer=tst_QGuiChronoTimer_no_glib # Class name in the unittest
|
||||
)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ endfunction()
|
|||
addGuiTimerTest(tst_qguitimer)
|
||||
qt_internal_extend_target(tst_qguitimer
|
||||
DEFINES
|
||||
tst_Qtimer=tst_QGuiTimer
|
||||
tst_QTimer=tst_QGuiTimer
|
||||
)
|
||||
|
||||
if(QT_FEATURE_glib AND UNIX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue