summaryrefslogtreecommitdiffstats
path: root/Tests/Wrapping/vtkTestMoc.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-05 16:13:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-05 16:13:50 (GMT)
commit15cdf406d629d80e83910cd064bdb832057e64ca (patch)
treee274321c83c8136d66dd23c8d78f2778d7371699 /Tests/Wrapping/vtkTestMoc.h
parentfca398f961e1b9b950f79f180bb3826b8368a985 (diff)
downloadCMake-15cdf406d629d80e83910cd064bdb832057e64ca.zip
CMake-15cdf406d629d80e83910cd064bdb832057e64ca.tar.gz
CMake-15cdf406d629d80e83910cd064bdb832057e64ca.tar.bz2
BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
Diffstat (limited to 'Tests/Wrapping/vtkTestMoc.h')
-rw-r--r--Tests/Wrapping/vtkTestMoc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/Wrapping/vtkTestMoc.h b/Tests/Wrapping/vtkTestMoc.h
new file mode 100644
index 0000000..f11a927
--- /dev/null
+++ b/Tests/Wrapping/vtkTestMoc.h
@@ -0,0 +1,8 @@
+#include <qapplication.h>
+
+class Foo : public QApplication
+{
+ Q_OBJECT
+public:
+ Foo();
+};