Hey @all,
i've set custom library paths which i've defined as follows:
<< qApp->applicationDirPath()
<< qApp->applicationDirPath().append("/plugins")
<< qApp->applicationDirPath().append("/plugins/sqldrivers")
<< qApp->applicationDirPath().append("/plugins/languages")
<< qApp->applicationDirPath().append("/plugins/modules")
<< qApp->applicationDirPath().append("/plugins/styles");
QStringList libraryPaths = QStringList()
<< qApp->applicationDirPath()
<< qApp->applicationDirPath().append("/plugins")
<< qApp->applicationDirPath().append("/plugins/sqldrivers")
<< qApp->applicationDirPath().append("/plugins/languages")
<< qApp->applicationDirPath().append("/plugins/modules")
<< qApp->applicationDirPath().append("/plugins/styles");
QApplication::setLibraryPaths(libraryPaths);
To copy to clipboard, switch view to plain text mode
This works under Windows, but under Linux the application didn't find the language, style and sql driver plugins.
Hope anybody could help
Thanks in advance
Best Regards
NoRulez
Bookmarks