Add output parser for Qt-specific utilities

* Handle moc warnings there
 * Add unit tests
 * Use new parser in Qt's makestep

Task-number: QTCREATORBUG-1908
This commit is contained in:
Tobias Hunger
2010-08-03 17:24:20 +02:00
parent 8f3c5467fe
commit 221cc38788
5 changed files with 192 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ private slots:
void testAbldOutputParsers_data();
void testAbldOutputParsers();
void testQtOutputParser_data();
void testQtOutputParser();
#endif
private: