PIPluginLoader::pluginsDirectories()
This commit is contained in:
@@ -682,7 +682,8 @@ int main(int argc, char * argv[]) {
|
||||
PIFile qtc(qt_conf_dir + "qt.conf", PIIODevice::ReadWrite);
|
||||
qtc.clear();
|
||||
PIString pp = PIDir(qt_conf_dir).relative(qt_plugins_dir);
|
||||
piCout << pp;
|
||||
if (!pp.isEmpty() && !pp.endsWith('/')) pp.append('/');
|
||||
//piCout << pp;
|
||||
qtc << "[Paths]\n\tPlugins = " << pp << "\n\tTranslations = lang/\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user