mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
CMakeLists: use correct 'desktop-widgets' path
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1efb747338
commit
7de22e69b2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ endif()
|
||||||
|
|
||||||
if(BTSUPPORT)
|
if(BTSUPPORT)
|
||||||
add_definitions(-DBT_SUPPORT)
|
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)
|
set(BT_CORE_SRC_FILES qtserialbluetooth.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue