diff --git a/tools/auto-tester/CMakeLists.txt b/tools/auto-tester/CMakeLists.txt index 12d325fe6d..034f784ff5 100644 --- a/tools/auto-tester/CMakeLists.txt +++ b/tools/auto-tester/CMakeLists.txt @@ -1,5 +1,6 @@ set(TARGET_NAME auto-tester) project(${TARGET_NAME}) +setup_hifi_library(Gui Widgets) # Automatically run UIC and MOC. This replaces the older WRAP macros SET(CMAKE_AUTOUIC ON) @@ -11,8 +12,6 @@ link_hifi_libraries() # Find includes in corresponding build directories set(CMAKE_INCLUDE_CURRENT_DIR ON) -find_package(Qt5Widgets) - # Find all sources files file (GLOB_RECURSE SOURCES src/*.cpp) file (GLOB_RECURSE MOC_HEADERS src/*.h)