Fixes: One last try to fix the loading problem.

Details:  Depend on libQtSvg and libQtDBus, so that our version gets
loaded.
This commit is contained in:
dt
2008-12-16 14:37:23 +01:00
parent fef59aa446
commit a2cadd1b8e
2 changed files with 4 additions and 1 deletions

View File

@@ -283,3 +283,4 @@ int main(int argc, char **argv)
QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
return app.exec();
}