core: synthesized qmldir files and new qml scanning strategy

This commit is contained in:
outfoxxed 2024-03-14 00:16:22 -07:00
parent 1687ff3614
commit ffbdac9977
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
14 changed files with 354 additions and 90 deletions

View file

@ -9,7 +9,6 @@ qt_add_library(quickshell-core STATIC
rootwrapper.cpp
qmlglobal.cpp
qmlscreen.cpp
watcher.cpp
region.cpp
persistentprops.cpp
windowinterface.cpp
@ -18,6 +17,8 @@ qt_add_library(quickshell-core STATIC
popupwindow.cpp
singleton.cpp
generation.cpp
scan.cpp
qsintercept.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")