Merge pull request #1520 from nextcloud/fix-mac-crash-qtmacgoodies-pr-1

Pick from upstream: Update qtmacgoodies for an OSX crash fix #6930
This commit is contained in:
Camila Ayres 2019-10-17 13:35:58 +02:00 committed by GitHub
commit 08c7be5350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,9 @@ if (APPLE)
../3rdparty/qtmacgoodies/src/macstandardicon.mm
../3rdparty/qtmacgoodies/src/macwindow.mm
)
# We want to access Cocoa specific structures in the code above
# and need the platform plugin interface for that - which is private.
include_directories(${Qt5Gui_PRIVATE_INCLUDE_DIRS})
endif()
if(NOT WIN32)