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:
commit
aed3ddda29
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@ tags
|
|||||||
# YouCompleteMe config stuff.
|
# YouCompleteMe config stuff.
|
||||||
.ycm_extra_conf.*
|
.ycm_extra_conf.*
|
||||||
|
|
||||||
|
#OSX Stuff
|
||||||
|
.DS_Store
|
||||||
|
@ -612,6 +612,18 @@ INSTALL(
|
|||||||
REGEX "d\\." EXCLUDE
|
REGEX "d\\." EXCLUDE
|
||||||
REGEX "_debug\\." 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()
|
endif()
|
||||||
|
|
||||||
# qtconf
|
# qtconf
|
||||||
|
Loading…
Reference in New Issue
Block a user