[PATCH] CMakeLists: use correct 'desktop-widgets' path

Lubomir I. Ivanov neolit123 at gmail.com
Mon Nov 16 01:49:58 PST 2015


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 subsurface-core/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt
index 6b2eac9..e68d3a9 100644
--- a/subsurface-core/CMakeLists.txt
+++ b/subsurface-core/CMakeLists.txt
@@ -20,7 +20,7 @@ endif()
 
 if(BTSUPPORT)
 	add_definitions(-DBT_SUPPORT)
-	set(BT_SRC_FILES qt-ui/btdeviceselectiondialog.cpp)
+	set(BT_SRC_FILES desktop-widgets/btdeviceselectiondialog.cpp)
 	set(BT_CORE_SRC_FILES qtserialbluetooth.cpp)
 endif()
 
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list