#ifndef TST_CSTLCOMPILERATTRIBUTES_H #define TST_CSTLCOMPILERATTRIBUTES_H #include #include class TST_CSTLCompilerAttributes : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_CSTLCOMPILERATTRIBUTES_H