#ifndef TST_CSTLCOMPILEROBJECT_H #define TST_CSTLCOMPILEROBJECT_H #include <QtTest> #include <cwf/cstlcompilerobject.h> class TST_CSTLCompilerObject : public QObject { Q_OBJECT private slots: void test(); }; #endif // TST_CSTLCOMPILEROBJECT_H