Fix RTA test build for INTEGRITY
In case of QT_FEATURE_timezone=OFF test should not be built Change-Id: If667b9edb1d670b9ed8a62f301a7e5e21e7d2b4c Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>bb10
parent
8611b9d8be
commit
676a2fe36f
|
|
@ -8,4 +8,6 @@ add_subdirectory(qdate)
|
|||
add_subdirectory(qdatetime)
|
||||
add_subdirectory(qdatetimeparser)
|
||||
add_subdirectory(qtime)
|
||||
add_subdirectory(qtimezone)
|
||||
if(QT_FEATURE_timezone)
|
||||
add_subdirectory(qtimezone)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue