Merge pull request #30 from max96at/feature_osx_polish

Fixed buttons on osx and added .DS_Store to the gitignore file.
This commit is contained in:
Petr Mrázek 2014-01-02 06:28:13 -08:00
commit aed3ddda29
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ tags
# YouCompleteMe config stuff.
.ycm_extra_conf.*
#OSX Stuff
.DS_Store

View File

@ -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