mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
13 lines
275 B
CMake
13 lines
275 B
CMake
qt_add_library(quickshell-widgets STATIC)
|
|
|
|
qt_add_qml_module(quickshell-widgets
|
|
URI Quickshell.Widgets
|
|
VERSION 0.1
|
|
QML_FILES
|
|
IconImage.qml
|
|
)
|
|
|
|
qs_pch(quickshell-widgets)
|
|
qs_pch(quickshell-widgetsplugin)
|
|
|
|
target_link_libraries(quickshell PRIVATE quickshell-widgetsplugin)
|