Opened 9 years ago

Closed 4 years ago

#450 closed defect (wontfix)

Update case in qt4.bat

Reported by: larrysh Owned by: osgeo4w-dev@…
Priority: minor Component: Installer
Version: Keywords: qt4, batch, ini
Cc:

Description

In this environment-variable-setting batch file:

qt4-libs-4.7.x-x/etc/ini/qt4.bat

the QT_PLUGIN_PATH is set to:

%OSGEO4W_ROOT%\apps\Qt4\plugins

This causes issues with software that actually uses this path in a case-sensitive manner (e.g. QCAhttp://delta.affinix.com/qca/). The path needs to be changed to match the actual case of the segments:

%OSGEO4W_ROOT%\apps\qt4\plugins

Note: Qt4 is the correct segment in the qt4-* archive(s), but the folder's name after installation is qt4.

Could be a script that is setting the lowercase qt4 needs updated instead?

Change History (1)

comment:1 by jef, 4 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.