chore(DOtherSide): Use SortFilterProxyModel from StatusQ
Previously DOtherSide was an external, standalone library with own submodule for SortFilterProxyModel. After merging DOtherSide directly to status-desktop it should be treated as a build tool or part of build configuration. Instead of owning c++ files by itselft, DOtherSide should refer to all needed c++ sources in order to compile them and build status-desktop properly. Removing SortFilterProxyModel submodule from original DOtherSide and changing config after merge to status-desktop was needed to be done along with merge itself because otherwise there would be a conflict - both DOtherSide and status-desktop had the same submodule (SortFilterProxyModel). Closes: #9410
This commit is contained in:
parent
c0a1cd58ab
commit
3a07651dd8
|
@ -28,7 +28,7 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(vendor/SortFilterProxyModel)
|
||||
add_subdirectory(../../ui/StatusQ/vendor/SortFilterProxyModel SortFilterProxyModel)
|
||||
add_subdirectory(lib)
|
||||
|
||||
if(ENABLE_DOCS)
|
||||
|
|
Loading…
Reference in New Issue