Skip to content

Commit

Permalink
Tracing: fix build: theme.h: No such file or directory
Browse files Browse the repository at this point in the history
tracing_qmltyperegistrations.cpp:11:10: fatal error: theme.h: No such file or directory

That comes from src/libs/utils/meta_types/qt6utils_custom_metatypes.json:
    {
        "classes": [
            {
                "className": "Theme",
...
        ],
        "inputFile": "theme.h",
        "outputRevision": 68
    },

That file is probably wrong but I don't know how to fix it.

Change-Id: If05cb740b64f42eba21efffd17cf1c207c139d7e
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
  • Loading branch information
thiagomacieira committed May 14, 2024
1 parent 18e817c commit 0c6e1fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/tracing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ qt_add_qml_module(Tracing
SOURCES
${TRACING_CPP_SOURCES}
)
extend_qtc_library(Tracing
INCLUDES
../utils/theme
)

0 comments on commit 0c6e1fa

Please sign in to comment.