From ddab843b4dba073d29bc9f2485b0e726b63f788a Mon Sep 17 00:00:00 2001 From: Nissim Hadar Date: Mon, 13 Nov 2017 22:08:48 -0800 Subject: [PATCH] To make Jenkins happy. --- tools/auto-tester/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/auto-tester/CMakeLists.txt b/tools/auto-tester/CMakeLists.txt index c990ff1d18..2718d57de4 100644 --- a/tools/auto-tester/CMakeLists.txt +++ b/tools/auto-tester/CMakeLists.txt @@ -10,8 +10,7 @@ link_hifi_libraries() set_property(TARGET auto-tester PROPERTY WIN32_EXECUTABLE true) -find_package(Qt5Core REQUIRED) -find_package(Qt5Widgets REQUIRED) +include_directories(${Qt5Core_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS}) # Find all sources files file (GLOB_RECURSE SOURCES src/*.cpp)