CMake/Tests/QtAutogen/Complex/myotherinterface.h.in
2017-12-13 13:50:18 +01: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