diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-16 11:49:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-16 09:26:15 -0800 |
commit | 7de22e69b25a90648106c4ecd394828bcaefc50d (patch) | |
tree | 86c9bd2cc779419acf5797bdb830bdbbbb321798 /subsurface-core/CMakeLists.txt | |
parent | 1efb74733878df3ee583816bbdcacd9269f4abb9 (diff) | |
download | subsurface-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.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() |