Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Tests / Qt4Targets / interface / myinterface.h
1
2 #ifndef MYINTERFACE_H
3 #define MYINTERFACE_H
4
5 class MyInterface
6 {
7
8 };
9
10 Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface")
11
12 #endif