From e6fa1c55dbd42d14dc73d8fae637f9a5fa621908 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 16 May 2014 17:06:17 -0700 Subject: [PATCH] assume we are using a Qt build without bearer management --- interface/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 3cbeff7801..b95c0e7b38 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -230,6 +230,9 @@ target_link_libraries( "${GNUTLS_LIBRARY}" ) +# assume we are using a Qt build without bearer management +add_definitions(-DQT_NO_BEARERMANAGEMENT) + if (APPLE) # link in required OS X frameworks and include the right GL headers find_library(AppKit AppKit)