mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:58:35 +02:00
assume we are using a Qt build without bearer management
This commit is contained in:
parent
e5c0d712c4
commit
e6fa1c55db
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue