1 2 3 4 5 6 7 8
#ifndef CUSTOM_MACROS_HPP #define CUSTOM_MACROS_HPP #include <QObject> #define QO1_ALIAS Q_OBJECT #define QO2_ALIAS Q_OBJECT #endif