smtk2ssrf: build fix

This allows building on Mac and deals with the new dependency in the core
library.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-09 12:11:06 -07:00
parent 7e243fe363
commit 93ba8c583a

View file

@ -42,6 +42,7 @@ find_package(Qt5 REQUIRED COMPONENTS Core
Test
LinguistTools
Positioning
Quick
Bluetooth)
set(QT_LIBRARIES Qt5::Core
@ -50,6 +51,7 @@ set(QT_LIBRARIES Qt5::Core
Qt5::Network
Qt5::Svg
Qt5::Positioning
Qt5::Quick
Qt5::Bluetooth)
set(QT5_INCLUDE_PATH ${Qt5_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5Core_INCLUDE_DIRS})
@ -65,7 +67,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
NAMES subsurface_corelib
PATHS ${CMAKE_BINARY_DIR}/../subsurface/core
)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
find_library(SSRF_CORELIB
NAMES subsurface_corelib
PATHS ${SSRF_PATH}build/core