diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-21 20:16:57 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-21 20:16:57 +0100 |
commit | cbd4b88e91a971db0df47aa207ea02d88aac7ad7 (patch) | |
tree | 08d7f6bea3d6d549ab0c2d689a7ab4da9cb896ec /application | |
parent | 0958bb2fcce15e5ed80268c3cffb2d99f27b1156 (diff) | |
download | MultiMC-cbd4b88e91a971db0df47aa207ea02d88aac7ad7.tar MultiMC-cbd4b88e91a971db0df47aa207ea02d88aac7ad7.tar.gz MultiMC-cbd4b88e91a971db0df47aa207ea02d88aac7ad7.tar.lz MultiMC-cbd4b88e91a971db0df47aa207ea02d88aac7ad7.tar.xz MultiMC-cbd4b88e91a971db0df47aa207ea02d88aac7ad7.zip |
GH-1422 remove bearer plugins again.
Diffstat (limited to 'application')
-rw-r--r-- | application/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 6ad41a1d..cbfe5b10 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -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") |