mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Add generated cpp-files to QtCreator project
This simplifies navigation, because "Follow symbol under cursor" now works reliably, even with symbols defined in generated files.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
c9dafdc51c
commit
3014750c55
Notes:
github-actions[bot]
2026-02-23 12:11:08 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/3014750c55f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8085 Reviewed-by: https://github.com/gmta ✅
@@ -23,6 +23,7 @@ find . \( \
|
||||
-name '*.ipc' \
|
||||
-o -name '*.cpp' \
|
||||
-o -name '*.idl' \
|
||||
-o -name '*.c' \
|
||||
-o -name '*.h' \
|
||||
-o -name '*.in' \
|
||||
-o -name '*.css' \
|
||||
@@ -31,3 +32,9 @@ find . \( \
|
||||
-o -name 'CMakeLists.txt' \
|
||||
\) \
|
||||
-print > ladybird.files
|
||||
find Build/release/ \( \
|
||||
-name '*.cpp' \
|
||||
-o -name '*.idl' \
|
||||
-o -name '*.h' \
|
||||
\) \
|
||||
-print >> ladybird.files # Append
|
||||
|
||||
Reference in New Issue
Block a user