mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4170 Add Qt version string to ResInsight registry folder
* Qt version has an impact on whether the strings are compatible.
This commit is contained in:
parent
03c9853b6e
commit
0dbd3e8ad4
@ -101,7 +101,7 @@ void RiuMainWindowBase::showWindow()
|
|||||||
QString RiuMainWindowBase::registryFolderName()
|
QString RiuMainWindowBase::registryFolderName()
|
||||||
{
|
{
|
||||||
QString versionName(STRPRODUCTVER);
|
QString versionName(STRPRODUCTVER);
|
||||||
QString regFolder = QString("%1/%2").arg(versionName).arg(mainWindowName());
|
QString regFolder = QString("%1_Qt%2/%3").arg(versionName).arg(QT_VERSION_STR).arg(mainWindowName());
|
||||||
return regFolder;
|
return regFolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user