GH-1422 remove bearer plugins again.
This commit is contained in:
parent
0958bb2fcc
commit
cbd4b88e91
@ -375,12 +375,6 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInf
|
||||
COMPONENT Runtime
|
||||
REGEX "minimal|linuxfb|offscreen" EXCLUDE
|
||||
)
|
||||
# Bearer plugins
|
||||
install(
|
||||
DIRECTORY "${QT_PLUGINS_DIR}/bearer"
|
||||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
)
|
||||
else()
|
||||
# Image formats
|
||||
install(
|
||||
@ -409,14 +403,6 @@ else()
|
||||
REGEX "d\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
)
|
||||
# Bearer plugins
|
||||
install(
|
||||
DIRECTORY "${QT_PLUGINS_DIR}/bearer"
|
||||
DESTINATION ${PLUGIN_DEST_DIR}
|
||||
COMPONENT Runtime
|
||||
REGEX "d\\." EXCLUDE
|
||||
REGEX "_debug\\." EXCLUDE
|
||||
)
|
||||
if(APPLE)
|
||||
# Accessible plugin to make buttons look decent on osx
|
||||
if("${Qt5Core_VERSION_STRING}" VERSION_LESS "5.4.0")
|
||||
|
Loading…
Reference in New Issue
Block a user