mirror of
https://github.com/JasonYANG170/IOTConnect-PC.git
synced 2024-11-23 20:26:44 +00:00
49 lines
2.0 KiB
CMake
49 lines
2.0 KiB
CMake
# Additional target information for Qt6Mqtt
|
|
if(NOT DEFINED QT_DEFAULT_IMPORT_CONFIGURATION)
|
|
set(QT_DEFAULT_IMPORT_CONFIGURATION RELEASE)
|
|
endif()
|
|
__qt_internal_promote_target_to_global_checked(Qt6::Mqtt)
|
|
get_target_property(_qt_imported_location Qt6::Mqtt IMPORTED_LOCATION_RELEASE)
|
|
get_target_property(_qt_imported_implib Qt6::Mqtt IMPORTED_IMPLIB_RELEASE)
|
|
get_target_property(_qt_imported_location_default Qt6::Mqtt IMPORTED_LOCATION_${QT_DEFAULT_IMPORT_CONFIGURATION})
|
|
get_target_property(_qt_imported_implib_default Qt6::Mqtt IMPORTED_IMPLIB_${QT_DEFAULT_IMPORT_CONFIGURATION})
|
|
|
|
# Import target "Qt6::Mqtt" for configuration "RelWithDebInfo"
|
|
set_property(TARGET Qt6::Mqtt APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO)
|
|
|
|
if(_qt_imported_location)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_LOCATION_RELWITHDEBINFO "${_qt_imported_location}")
|
|
endif()
|
|
if(_qt_imported_implib)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_IMPLIB_RELWITHDEBINFO "${_qt_imported_implib}")
|
|
endif()
|
|
|
|
# Import target "Qt6::Mqtt" for configuration "MinSizeRel"
|
|
set_property(TARGET Qt6::Mqtt APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
|
|
|
|
if(_qt_imported_location)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_LOCATION_MINSIZEREL "${_qt_imported_location}")
|
|
endif()
|
|
if(_qt_imported_implib)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_IMPLIB_MINSIZEREL "${_qt_imported_implib}")
|
|
endif()
|
|
|
|
# Default configuration
|
|
if(_qt_imported_location_default)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_LOCATION "${_qt_imported_location_default}")
|
|
endif()
|
|
if(_qt_imported_implib_default)
|
|
set_property(TARGET Qt6::Mqtt PROPERTY IMPORTED_IMPLIB "${_qt_imported_implib_default}")
|
|
endif()
|
|
__qt_internal_promote_target_to_global_checked(Qt6::MqttPrivate)
|
|
|
|
unset(_qt_imported_location)
|
|
unset(_qt_imported_location_default)
|
|
unset(_qt_imported_soname)
|
|
unset(_qt_imported_soname_default)
|
|
unset(_qt_imported_objects)
|
|
unset(_qt_imported_objects_default)
|
|
unset(_qt_imported_clr)
|
|
unset(_qt_imported_clr_default)
|
|
unset(_qt_imported_configs)
|