mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
debug: add lint for zero sized items
This commit is contained in:
parent
66b494d760
commit
6ceee06884
7 changed files with 109 additions and 0 deletions
7
src/debug/CMakeLists.txt
Normal file
7
src/debug/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
qt_add_library(quickshell-debug STATIC
|
||||
lint.cpp
|
||||
)
|
||||
|
||||
qs_pch(quickshell-debug)
|
||||
target_link_libraries(quickshell-debug PRIVATE Qt::Quick)
|
||||
target_link_libraries(quickshell PRIVATE quickshell-debug)
|
||||
Loading…
Add table
Add a link
Reference in a new issue