From 2963dd8fa57291d03b4c1e6e0e3dafedab90ec21 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 23 Apr 2019 08:18:41 -0700 Subject: [PATCH] testing --- cmake/macros/SetupQt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/SetupQt.cmake b/cmake/macros/SetupQt.cmake index be0fa23fb2..c40a177a44 100644 --- a/cmake/macros/SetupQt.cmake +++ b/cmake/macros/SetupQt.cmake @@ -24,7 +24,7 @@ macro(setup_qt) set(QT_CMAKE_PREFIX_PATH "/tmp/hifi/vcpkg/installed/qt5-install/lib/cmake") endif() endif() -set(QT_CMAKE_PREFIX_PATH "C:/Windows/TEMP/hifi/vcpkg/cb433fd7/installed/lib/cmake") +set(QT_CMAKE_PREFIX_PATH "C:/Windows/TEMP/hifi/vcpkg/cb433fd7/installed/qt5-install/lib/cmake") # figure out where the qt dir is get_filename_component(QT_DIR "${QT_CMAKE_PREFIX_PATH}/../../" ABSOLUTE)