Remove redundant installation of QtPlatformAndroid.cmake
It's already installed right where QtSetup.cmake is installed. Change-Id: Ie88363ae3878cda8f92aa44160333886f64565d8 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
152b22a7b0
commit
0d224dbb9c
@ -21,14 +21,6 @@ set(__GlobalConfig_path_suffix "${INSTALL_CMAKE_NAMESPACE}")
|
||||
qt_path_join(__GlobalConfig_build_dir ${QT_CONFIG_BUILD_DIR} ${__GlobalConfig_path_suffix})
|
||||
qt_path_join(__GlobalConfig_install_dir ${QT_CONFIG_INSTALL_DIR} ${__GlobalConfig_path_suffix})
|
||||
|
||||
|
||||
if (ANDROID)
|
||||
qt_install(FILES
|
||||
"${QT_CMAKE_DIR}/QtPlatformAndroid.cmake"
|
||||
DESTINATION "${__GlobalConfig_install_dir}"
|
||||
)
|
||||
endif()
|
||||
|
||||
# Generate and install Qt5 config file.
|
||||
configure_package_config_file(
|
||||
"${PROJECT_SOURCE_DIR}/cmake/QtConfig.cmake.in"
|
||||
|
Loading…
Reference in New Issue
Block a user