forked from quickshell/quickshell
Docs currently cannot be generated due to lack of qml parsing support in typegen.
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)
|