diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-06 09:10:00 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-06 09:10:00 (GMT) |
commit | 190e9803165b3d3d076cc02b8861cff96f3e11d0 (patch) | |
tree | bfebcc32a00ed6efbc21db19a33959605684b272 /tests/auto/moc/tst_moc.cpp | |
parent | f5979a98bab248ce07567e72258257f78424e835 (diff) | |
download | Qt-190e9803165b3d3d076cc02b8861cff96f3e11d0.zip Qt-190e9803165b3d3d076cc02b8861cff96f3e11d0.tar.gz Qt-190e9803165b3d3d076cc02b8861cff96f3e11d0.tar.bz2 |
Tests: Make tools tests (rcc/moc/uic/uic3) run without X11-connection.
Diffstat (limited to 'tests/auto/moc/tst_moc.cpp')
-rw-r--r-- | tests/auto/moc/tst_moc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/moc/tst_moc.cpp b/tests/auto/moc/tst_moc.cpp index 3a40ae0..3ead204 100644 --- a/tests/auto/moc/tst_moc.cpp +++ b/tests/auto/moc/tst_moc.cpp @@ -1180,7 +1180,7 @@ void tst_Moc::typenameWithUnsigned() QVERIFY(mobj->indexOfSlot("l(unsignedQImage)") != -1); } -QTEST_MAIN(tst_Moc) +QTEST_APPLESS_MAIN(tst_Moc) #include "tst_moc.moc" |