cmake/Tests/QtAutogen/myinterface.h.in

15 lines
165 B
C
Raw Normal View History

2014-08-03 19:52:23 +02:00
#ifndef MYINTERFACE_H
#define MYINTERFACE_H
#include <QObject>
class MyInterface
{
};
Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface")
#endif