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