mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
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:
commit
08c7be5350
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ if (APPLE)
|
||||||
../3rdparty/qtmacgoodies/src/macstandardicon.mm
|
../3rdparty/qtmacgoodies/src/macstandardicon.mm
|
||||||
../3rdparty/qtmacgoodies/src/macwindow.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()
|
endif()
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
|
|
Loading…
Reference in a new issue