18 Apr
2014
18 Apr
'14
10:31 a.m.
Hi
With Qt5 becoming more and more available throughout Qt apps (especially as KDE progresses into the switch), I think it's time to consider adopting an updated naming scheme.
IMHO: - Qt4 apps should use the -qt4 suffix - Qt5 apps should not use any suffix or prefix - Qt libraries should probably use a qt- prefix. (eg what is currently qt5-base, qt5-doc etc should become qt-base, qt-location). Or alternatively, no prefix at all and use upstream naming scheme (qtbase, qtlocation, ...)
Thoughts?
J. Leclanche I think the general concensus for toolkits was that they always keep
On 18.04.2014 11:29, Jerome Leclanche wrote: their version as a suffix. Look at gtk for instance.