diff options
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r-- | subsurface-core/CMakeLists.txt | 2 |
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() |