summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/CMakeLists.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index eedb8010..c0aeb977 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -6,7 +6,7 @@ set(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch
######## Set version numbers ########
set(MultiMC_VERSION_MAJOR 0)
set(MultiMC_VERSION_MINOR 4)
-set(MultiMC_VERSION_HOTFIX 8)
+set(MultiMC_VERSION_HOTFIX 11)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")
@@ -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")