tst_Q{Chrono,}Timer: fix typo in CMakelists.txt

Spotted by Thiago in code review.

Amends bd764cc1ca578759f16fbe292fbe14a243b7d263 and
9cf47946fc872ed95f1b3a766658dd5076a5d473.

Pick-to: 6.8
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>
This commit is contained in:
Ahmad Samir 2025-01-07 22:51:05 +02:00 committed by Qt Cherry-pick Bot
parent 103aa5afb2
commit 69277b9ed9
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ endfunction()
addGuiChronoTimerTest(tst_qguichronotimer) addGuiChronoTimerTest(tst_qguichronotimer)
qt_internal_extend_target(tst_qguichronotimer qt_internal_extend_target(tst_qguichronotimer
DEFINES DEFINES
tst_Qtimer=tst_QGuiChronoTimer tst_QChronoTimer=tst_QGuiChronoTimer
) )
if(QT_FEATURE_glib AND UNIX) if(QT_FEATURE_glib AND UNIX)
@ -33,6 +33,6 @@ if(QT_FEATURE_glib AND UNIX)
qt_internal_extend_target(tst_qguichronotimer_no_glib qt_internal_extend_target(tst_qguichronotimer_no_glib
DEFINES DEFINES
DISABLE_GLIB 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() endif()

View File

@ -25,7 +25,7 @@ endfunction()
addGuiTimerTest(tst_qguitimer) addGuiTimerTest(tst_qguitimer)
qt_internal_extend_target(tst_qguitimer qt_internal_extend_target(tst_qguitimer
DEFINES DEFINES
tst_Qtimer=tst_QGuiTimer tst_QTimer=tst_QGuiTimer
) )
if(QT_FEATURE_glib AND UNIX) if(QT_FEATURE_glib AND UNIX)