summaryrefslogtreecommitdiffstats
path: root/subsurface-core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-11-16 11:49:58 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-16 09:26:15 -0800
commit7de22e69b25a90648106c4ecd394828bcaefc50d (patch)
tree86c9bd2cc779419acf5797bdb830bdbbbb321798 /subsurface-core/CMakeLists.txt
parent1efb74733878df3ee583816bbdcacd9269f4abb9 (diff)
downloadsubsurface-7de22e69b25a90648106c4ecd394828bcaefc50d.tar.gz
CMakeLists: use correct 'desktop-widgets' path
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r--subsurface-core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()