Home › Forums › Installation › glade on Kubuntu 14.04 / Qt issue › Reply To: glade on Kubuntu 14.04 / Qt issue
Dear All,
Here a hint how to get glade 'Linux 64 bit build for Ubuntu (tested on Ubuntu 12.04) version 4.4.28' running on Kubuntu 14.04:
When installing the download package you will face to an error message:
Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40805)
You can overcome this by two additional settings:
1. Add to your startup script:
export QT_PLUGIN_PATH=""
2. Put into the glade installation directory a file
<your_installation_directory/bin/qt.conf
with the following contents:
[Paths]
Plugins = '.'
Then glade is starting up again correctly.
Attached my startup script as reference.
Best regards,
Ewald