summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/myinterface.h.in
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-11-25 14:12:04 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2016-11-29 16:16:33 (GMT)
commitc4d4becf8b79f68534eb8320ccd63218afa4ca31 (patch)
tree8b1bb531cfdb586c6c2729712919f435495bab3a /Tests/QtAutogen/myinterface.h.in
parent2599f5d64b6d81967de9ba6f11420ec7815f618d (diff)
downloadCMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.zip
CMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.tar.gz
CMake-c4d4becf8b79f68534eb8320ccd63218afa4ca31.tar.bz2
QtAutogen tests: Move the complex test case to a subdirectory
Diffstat (limited to 'Tests/QtAutogen/myinterface.h.in')
-rw-r--r--Tests/QtAutogen/myinterface.h.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/Tests/QtAutogen/myinterface.h.in b/Tests/QtAutogen/myinterface.h.in
deleted file mode 100644
index c6c0ba1..0000000
--- a/Tests/QtAutogen/myinterface.h.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#ifndef MYINTERFACE_H
-#define MYINTERFACE_H
-
-#include <QObject>
-
-class MyInterface
-{
-
-};
-
-Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface")
-
-#endif