Files
linuxdeployqt/shared
U. Bruhin acf38544a8 Fix failure when creating qt.conf
The creation of the qt.conf file has failed with following error:

QIODevice::write (QFile, "app.AppDir/opt/bin/app/../qt.conf"): device not open

This was caused by an invalid file path (appending "/../" to a file to
get its parent directory is not allowed). Fixed it by cleaning the path
with QDir::cleanPath().
2017-02-16 19:46:07 +01:00
..
2017-02-16 19:46:07 +01:00