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