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)