#ifndef MYINTERFACE_H #define MYINTERFACE_H #include class MyInterface { }; Q_DECLARE_INTERFACE(MyInterface, "org.cmake.example.MyInterface") #endif