mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Merge pull request #2873 from birarda/master
assume use of a Qt build without bearer management
This commit is contained in:
commit
2c8efa05b7
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue