Debugger: Remove unneeded gui dependency from gdb version string test

Change-Id: I4cdb60f26056688a4e4c30d6f7b883904068b3b7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2014-01-08 14:28:17 +01:00
parent bc3865b782
commit 35fae20061
2 changed files with 2 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
QTC_LIB_DEPENDS += utils
QT += network
QT = core network
include(../qttest.pri)
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger

View File

@@ -269,11 +269,7 @@ void tst_gdb::niceType_data()
<< "std::map<const char*, Foo>";
}
int main(int argc, char *argv[])
{
tst_gdb test;
return QTest::qExec(&test, argc, argv);
}
QTEST_APPLESS_MAIN(tst_gdb);
#include "tst_gdb.moc"