move qt files to subdirectory
-
Hi,
Is it possible to move all the qt specific files like the imageformats, platforms and bearer folders as well as the Qt dlls into a subdirectory (e.g. qt_files) on deploy? Our users have to deal with other subdirectories frequently and the abundancy of (for them useless) qt files is making the application dir look a bit messy.
Thx, Megamouse
-
Hi,
See the qt.conf documentation.
-
I understand how I can change the default plugin path with the .conf or the static function, and moving the files there and running the app does indeed work.
Also I can see that I can change the path with --plugindir <path> in windeployqt.
But doing so won't deploy them to that directory at all.Is there something I'm missing?
-
Sorry, I haven't used that option from windeployqt.
-
Did you check your
qt.conf
file ? -
Can you show your folder layout and qt.conf file content ?
-
Are you using windeployqt with all options to set the paths you want to use ?
-
What if you use lib in place of libs ?