Merge pull request #2873 from birarda/master

assume use of a Qt build without bearer management
This commit is contained in:
Brad Hefta-Gaub 2014-05-16 17:22:55 -07:00
commit 2c8efa05b7

View file

@ -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)