mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
20 lines
324 B
CMake
20 lines
324 B
CMake
qt_add_executable(quickshell
|
|
main.cpp
|
|
plugin.cpp
|
|
shell.cpp
|
|
variants.cpp
|
|
rootwrapper.cpp
|
|
proxywindow.cpp
|
|
reload.cpp
|
|
rootwrapper.cpp
|
|
qmlglobal.cpp
|
|
qmlscreen.cpp
|
|
watcher.cpp
|
|
region.cpp
|
|
persistentprops.cpp
|
|
windowinterface.cpp
|
|
floatingwindow.cpp
|
|
panelinterface.cpp
|
|
)
|
|
|
|
qt_add_qml_module(quickshell URI Quickshell)
|