mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 15:22:27 +02:00
repairs for non-android builds after changes
This commit is contained in:
parent
65c1edfb1c
commit
7b8293dc80
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ endif ()
|
|||
find_package(
|
||||
Qt5 COMPONENTS
|
||||
Gui Multimedia Network OpenGL Qml Quick Script ScriptTools Svg
|
||||
${QT_WEBENGINE_COMPONENTS}
|
||||
${PLATFORM_QT_COMPONENTS}
|
||||
WebChannel WebSockets
|
||||
)
|
||||
|
||||
|
@ -168,7 +168,7 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
if (NOT ANDROID)
|
||||
set(${NON_ANDROID_LIBRARIES} steamworks-wrapper)
|
||||
set(NON_ANDROID_LIBRARIES steamworks-wrapper)
|
||||
endif ()
|
||||
|
||||
# link required hifi libraries
|
||||
|
|
Loading…
Reference in a new issue