summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/qt-moc.h
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/qt-moc.h')
-rw-r--r--facetracknoir/qt-moc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/facetracknoir/qt-moc.h b/facetracknoir/qt-moc.h
new file mode 100644
index 00000000..467370f9
--- /dev/null
+++ b/facetracknoir/qt-moc.h
@@ -0,0 +1,10 @@
+#include <QObject>
+
+// this file exists only such that cmake qt automoc is appeased
+
+class AutomocMe {
+ Q_OBJECT
+private:
+ virtual void foo() = 0;
+ AutomocMe() = delete;
+};