summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--src/scxml/Qt5ScxmlMacros.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index ef9f985..9102a6b 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
CONFIG += qt_example_installs
CONFIG += warning_clean
-MODULE_VERSION = 5.9.5
+MODULE_VERSION = 5.9.6
diff --git a/src/scxml/Qt5ScxmlMacros.cmake b/src/scxml/Qt5ScxmlMacros.cmake
index 234258c..c4454ec 100644
--- a/src/scxml/Qt5ScxmlMacros.cmake
+++ b/src/scxml/Qt5ScxmlMacros.cmake
@@ -63,5 +63,6 @@ function(qt5_add_statecharts outfiles)
VERBATIM)
list(APPEND ${outfiles} ${outfile_cpp})
endforeach()
+ set_source_files_properties(${outfiles} PROPERTIES SKIP_AUTOMOC TRUE)
set(${outfiles} ${${outfiles}} PARENT_SCOPE)
endfunction()