summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogenRerun/mocPlugin/StyleB.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-03 20:26:09 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-21 07:58:24 (GMT)
commite5c6610aba66b0a792f5fedb83e73a43460c3248 (patch)
tree7c5ebc90d12457eb2ba1077ae62446f45e4bc404 /Tests/QtAutogenRerun/mocPlugin/StyleB.hpp
parent932656527bdbf580335a082f8ecbaa888a710901 (diff)
downloadCMake-e5c6610aba66b0a792f5fedb83e73a43460c3248.zip
CMake-e5c6610aba66b0a792f5fedb83e73a43460c3248.tar.gz
CMake-e5c6610aba66b0a792f5fedb83e73a43460c3248.tar.bz2
Autogen: Tests: Extend CMAKE_AUTOMOC_DEPEND_FILTERS rebuild test
The CMAKE_AUTOMOC_DEPEND_FILTERS must also detect filtered file changes from files that are registered to AUTOMOC by a `#include "moc_<NAME>.cpp"` statement.
Diffstat (limited to 'Tests/QtAutogenRerun/mocPlugin/StyleB.hpp')
-rw-r--r--Tests/QtAutogenRerun/mocPlugin/StyleB.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogenRerun/mocPlugin/StyleB.hpp b/Tests/QtAutogenRerun/mocPlugin/StyleB.hpp
index 163c9b2..15b79c5 100644
--- a/Tests/QtAutogenRerun/mocPlugin/StyleB.hpp
+++ b/Tests/QtAutogenRerun/mocPlugin/StyleB.hpp
@@ -1,13 +1,13 @@
#ifndef STYLEB_HPP
#define STYLEB_HPP
-#include "StyleCommon.hpp"
+#include "UtilityMacros.hpp"
#include <QStylePlugin>
class StyleB : public QStylePlugin
{
Q_OBJECT
- // Json file in local subdirectory
+ // Json file in source local subdirectory
Q_PLUGIN_METADATA(IID "org.styles.B" FILE "jsonIn/StyleB.json")
A_CUSTOM_MACRO(SomeArg, "jsonIn/StyleB_Custom.json", AnotherArg)
public: