Skip to content

Commit

Permalink
CMake: Install libqmacstyle.dylib as OPTIONAL
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Sep 3, 2019
1 parent 5199e69 commit beaaf31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ elseif(APPLE)
DESTINATION "${MAC_BUNDLE_PATH}/Contents/plugins/iconengines")
install(FILES
"${QT_PLUGINS_DIR}/styles/libqmacstyle.dylib"
DESTINATION "${MAC_BUNDLE_PATH}/Contents/plugins/styles")
DESTINATION "${MAC_BUNDLE_PATH}/Contents/plugins/styles"
OPTIONAL)
install(DIRECTORY
"${QT_PLUGINS_DIR}/imageformats"
DESTINATION "${MAC_BUNDLE_PATH}/Contents/plugins"
Expand Down

0 comments on commit beaaf31

Please sign in to comment.