mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
QtVersionAbstraction: Quick not neeed on OS X
This commit is contained in:
parent
6052e49bcc
commit
dae724b21c
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ if( Qt5Core_FOUND )
|
|||
find_package(Qt5WebKitWidgets REQUIRED)
|
||||
find_package(Qt5WebKit REQUIRED)
|
||||
find_package(Qt5PrintSupport REQUIRED)
|
||||
find_package(Qt5Quick REQUIRED)
|
||||
if(NOT APPLE)
|
||||
find_package(Qt5Quick REQUIRED) # only needed on Windows because of OBS dependencies(?)
|
||||
endif()
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
if(APPLE)
|
||||
find_package(Qt5MacExtras REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue