Move QtParser to QtSupport plugin

This way we can make use of it in the cmake plugin

Change-Id: Ie1887d49ea616ec62d91a73b4daa75d69cef61c9
Reviewed-on: http://codereview.qt.nokia.com/91
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
dt
2011-05-24 16:15:15 +02:00
committed by Daniel Teske
parent 754be1bcfc
commit e3842f9973
7 changed files with 19 additions and 18 deletions

View File

@@ -74,11 +74,8 @@ private slots:
#ifdef WITH_TESTS
void testBasicProjectLoading(); // Test fails!
void testAbldOutputParsers_data();
void testAbldOutputParsers();
void testQtOutputParser_data();
void testQtOutputParser();
void testSbsV2OutputParsers_data();
void testSbsV2OutputParsers();
void testRvctOutputParser_data();