Qt 6.11 is out! See what's new in the release
blog
QT install Framework : disable uninstalling of mkdir directory
-
Hello,
I would like to prevent the uninstallation program from deleting some directories if there are files modified by the user in them. This concerns in particular directories created with "mkdir":
component.addOperation("Mkdir", bddPath + "/CN2"); component.addOperation("Mkdir", bddPath + "/GRIBS"); component.addOperation("Mkdir", bddPath + "/MATERIALS"); component.addOperation("Mkdir", bddPath + "/OSM_MAP");thanks