From 7de22e69b25a90648106c4ecd394828bcaefc50d Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 16 Nov 2015 11:49:58 +0200 Subject: [PATCH] CMakeLists: use correct 'desktop-widgets' path Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- 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 6b2eac933..e68d3a949 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()