From 71f24c0664abe1d3797d0a070b8a1615b7d6492e Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Thu, 9 Feb 2017 19:57:13 +0000 Subject: [PATCH] Correct UI file path --- src/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 28978ff0..b2a2fd67 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -7,7 +7,7 @@ set (CMAKE_AUTOUIC ON) set (CMAKE_INCLUDE_CURRENT_DIR ON) file (GLOB LEGACY_GUI_SOURCE_FILES src/*.cpp src/*.h) -file (GLOB LEGACY_GUI_UI_FILES res/*.ui) +file (GLOB LEGACY_GUI_UI_FILES src/*.ui) add_executable (synergy WIN32 ${LEGACY_GUI_SOURCE_FILES}