From 9b150bbaa327ade253ffcc73aec015724f4a9b7d Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Fri, 31 Jan 2014 01:04:13 -0800 Subject: [PATCH] Move Qt output directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e4501ac..20896f092 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,5 +58,5 @@ if(BUILD_PERF) endif() if(BUILD_QT) - add_subdirectory(src/platform/qt) + add_subdirectory(${CMAKE_SOURCE_DIR}/src/platform/qt ${CMAKE_BINARY_DIR}/qt) endif()