assume we are using a Qt build without bearer management

This commit is contained in:
Stephen Birarda 2014-05-16 17:06:17 -07:00
parent e5c0d712c4
commit e6fa1c55db

View file

@ -230,6 +230,9 @@ target_link_libraries(
"${GNUTLS_LIBRARY}" "${GNUTLS_LIBRARY}"
) )
# assume we are using a Qt build without bearer management
add_definitions(-DQT_NO_BEARERMANAGEMENT)
if (APPLE) if (APPLE)
# link in required OS X frameworks and include the right GL headers # link in required OS X frameworks and include the right GL headers
find_library(AppKit AppKit) find_library(AppKit AppKit)