forked from quickshell/quickshell
There are still some links from core to window but its now separate enough to fix PanelWindow in qml tooling.
7 lines
164 B
CMake
7 lines
164 B
CMake
qt_add_library(quickshell-ipc STATIC
|
|
ipc.cpp
|
|
)
|
|
|
|
target_link_libraries(quickshell-ipc PRIVATE ${QT_DEPS})
|
|
|
|
target_link_libraries(quickshell PRIVATE quickshell-ipc)
|