Skip to content

Fix installation location of kfontviewpart.rc

Ahmad Samir requested to merge work/ahmad/kfontviewpart into master

It looks like commit 8b297dbb (spotted by Albert Astals Cid), broke this, the KAboutData object used KFI_NAME (which is "kfontinst"), which made KxmlGui pick kfontviewpart.rc from ${KDE_INSTALL_KXMLGUI5DIR}/kfontinst.

Change the location to ${KDE_INSTALL_KXMLGUI5DIR}/kfontview, which is where kfontviewui.rc is installed already.

Merge request reports