forked from quickshell/quickshell
widgets: add IconImage widget
Docs currently cannot be generated due to lack of qml parsing support in typegen.
This commit is contained in:
parent
accdc59a1c
commit
abe0327e67
3 changed files with 81 additions and 0 deletions
13
src/widgets/CMakeLists.txt
Normal file
13
src/widgets/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue