Skip to content

Commit

Permalink
Adjust cachegen disable
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjoyce-refeyn committed Oct 29, 2024
1 parent d06d74e commit 09ecd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickGraphLib/GraphItems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set(QGL_GI_QML_FILES
Line.qml
ColorMesh.qml
)
set_source_files_properties(Line.qml PROPERTIES QT_QML_SKIP_CACHEGEN True)
qt_add_qml_module(QuickGraphLibGraphItems
URI QuickGraphLib.GraphItems
SHARED
Expand All @@ -24,7 +25,6 @@ qt_add_qml_module(QuickGraphLibGraphItems
SOURCES helpers/HistogramHelper.cpp helpers/HistogramHelper.hpp helpers/GridHelper.hpp helpers/GridHelper.cpp
PLUGIN_TARGET QuickGraphLibGraphItems
DEPENDENCIES QtQuick QuickGraphLib
NO_CACHEGEN
)

target_compile_definitions(
Expand Down

0 comments on commit 09ecd65

Please sign in to comment.