cmake/Tests/QtAutogen/myotherinterface.h.in
2014-08-03 19:52:23 +02:00

15 lines
190 B
C

#ifndef MYOTHERINTERFACE_H
#define MYOTHERINTERFACE_H
#include <QObject>
class MyOtherInterface
{
};
Q_DECLARE_INTERFACE(MyOtherInterface, "org.cmake.example.MyOtherInterface")
#endif