No longer use automoc.

This commit is contained in:
Felix Geyer 2010-11-21 23:06:30 +01:00
parent a428464573
commit 230d24a123
21 changed files with 416 additions and 164 deletions

View file

@ -15,6 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "TestKeePass2Reader.h"
#include <QtTest/QTest>
#include "config-keepassx-tests.h"
@ -24,16 +26,6 @@
#include "format/KeePass2Reader.h"
#include "keys/PasswordKey.h"
class TestKeePass2Reader : public QObject
{
Q_OBJECT
private Q_SLOTS:
void initTestCase();
void testNonAscii();
void testCompressed();
};
void TestKeePass2Reader::initTestCase()
{
Crypto::init();
@ -64,5 +56,3 @@ void TestKeePass2Reader::testCompressed()
}
QTEST_MAIN(TestKeePass2Reader);
#include "TestKeePass2Reader.moc"