myinterface.h.in 165 B

1234567891011121314
  1. #ifndef MYINTERFACE_H
  2. #define MYINTERFACE_H
  3. #include <QObject>
  4. class MyInterface
  5. {
  6. };
  7. Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface")
  8. #endif