Fixes: Fix RUNPATH at last.

This commit is contained in:
dt
2008-12-16 12:33:11 +01:00
parent 1057c18ed5
commit bb93e7e010
2 changed files with 1 additions and 2 deletions

View File

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