blob: c6c0ba1b6ef050de26cad55c995f7b0db6e3a89e [file] [log] [blame]
#ifndef MYINTERFACE_H
#define MYINTERFACE_H
#include <QObject>
class MyInterface
{
};
Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface")
#endif