1CONFIG += testcase
2TARGET = tst_qregexp
3
4QT = core testlib
5
6SOURCES  += tst_qregexp.cpp
7CONFIG += parallel_test
8