mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
all: optimize build
This commit is contained in:
parent
1168879d6d
commit
7ffce72b31
51 changed files with 1526 additions and 1277 deletions
|
|
@ -20,13 +20,13 @@ target_include_directories(quickshell-service-notifications PRIVATE ${CMAKE_CURR
|
|||
qt_add_qml_module(quickshell-service-notifications
|
||||
URI Quickshell.Services.Notifications
|
||||
VERSION 0.1
|
||||
DEPENDENCIES QtQml Quickshell
|
||||
)
|
||||
|
||||
qs_add_module_deps_light(quickshell-service-notifications Quickshell)
|
||||
|
||||
install_qml_module(quickshell-service-notifications)
|
||||
|
||||
target_link_libraries(quickshell-service-notifications PRIVATE ${QT_DEPS} quickshell-dbus)
|
||||
target_link_libraries(quickshell-service-notifications PRIVATE Qt::Quick Qt::DBus)
|
||||
target_link_libraries(quickshell PRIVATE quickshell-service-notificationsplugin)
|
||||
|
||||
qs_pch(quickshell-service-notifications)
|
||||
qs_pch(quickshell-service-notificationsplugin)
|
||||
qs_module_pch(quickshell-service-notifications SET dbus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue