summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocPlugin/StyleCommon.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-22 20:08:36 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-22 20:15:03 (GMT)
commit94e3f82cf114d12b190d1999a72838018eb171c9 (patch)
tree2bb559338400ac951533ff3c872e99931e73982e /Tests/QtAutogen/mocPlugin/StyleCommon.hpp
parent70ebf35cdaaf391138df7564a07cd205de4af971 (diff)
downloadCMake-94e3f82cf114d12b190d1999a72838018eb171c9.zip
CMake-94e3f82cf114d12b190d1999a72838018eb171c9.tar.gz
CMake-94e3f82cf114d12b190d1999a72838018eb171c9.tar.bz2
Autogen: Add AUTOMOC_DEPEND_FILTERS test
Diffstat (limited to 'Tests/QtAutogen/mocPlugin/StyleCommon.hpp')
-rw-r--r--Tests/QtAutogen/mocPlugin/StyleCommon.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocPlugin/StyleCommon.hpp b/Tests/QtAutogen/mocPlugin/StyleCommon.hpp
new file mode 100644
index 0000000..f1a7ec6
--- /dev/null
+++ b/Tests/QtAutogen/mocPlugin/StyleCommon.hpp
@@ -0,0 +1,7 @@
+#ifndef STYLECOMMON_HPP
+#define STYLECOMMON_HPP
+
+// Empty test macro definition
+#define A_CUSTOM_MACRO(name, jsonFile, pluginRegistrations)
+
+#endif