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