diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-08 09:48:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-08 09:48:40 -0800 |
commit | 9724ffc7b2a3ea5f05e1484f98ca54779fb316fc (patch) | |
tree | 83e45921546a265bd5365032be9e943f0231b3df | |
parent | 9c5c97b449294dc3283589a913cbed29d1bb9ea1 (diff) | |
download | subsurface-9724ffc7b2a3ea5f05e1484f98ca54779fb316fc.tar.gz |
Cmake: remove references to removed source file
Otherwise the build breaks if FBSUPPORT is defined.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 4feface86..d8f5cd5a9 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -62,12 +62,6 @@ if(NOT NO_PRINTING) ) endif() -if (FBSUPPORT) - set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE} - socialnetworks.cpp - ) -endif() - if (BTSUPPORT) set(SUBSURFACE_INTERFACE ${SUBSURFACE_INTERFACE} btdeviceselectiondialog.cpp |