diff options
author | Sky <git@bunnies.cc> | 2014-01-02 19:49:12 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2014-01-02 19:49:12 +0000 |
commit | f08c0e3141cfeb50c2a0aff3524fbe74aa64bb9f (patch) | |
tree | 6ccc6671f06312a54d14bfc5c78dea95f721857c /CMakeLists.txt | |
parent | 47d577b7669e2ff7ea331f75e33911ddf7bffd05 (diff) | |
parent | aa5f2c8120cc23de0d57c9f0280512adb9a531b3 (diff) | |
download | PrismLauncher-f08c0e3141cfeb50c2a0aff3524fbe74aa64bb9f.tar.gz PrismLauncher-f08c0e3141cfeb50c2a0aff3524fbe74aa64bb9f.tar.bz2 PrismLauncher-f08c0e3141cfeb50c2a0aff3524fbe74aa64bb9f.zip |
Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39ff15c0..ab04c280 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -612,6 +612,18 @@ INSTALL( REGEX "d\\." EXCLUDE REGEX "_debug\\." EXCLUDE ) +IF(APPLE) + # Accessible plugin to make buttons look decent on osx + INSTALL( + DIRECTORY "${QT_PLUGINS_DIR}/accessible" + DESTINATION ${PLUGIN_DEST_DIR} + COMPONENT Runtime + REGEX "quick" EXCLUDE + REGEX "d\\." EXCLUDE + REGEX "_debug\\." EXCLUDE + ) +ENDIF() + endif() # qtconf |