From 7b8293dc804393ceeafecbc398155ebfcd755159 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 31 Aug 2016 17:28:09 -0700 Subject: [PATCH] repairs for non-android builds after changes --- interface/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index b93246ff6f..1d436695b1 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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