Qt Creator 4.0.2 and Ubuntu's global menu
Unsolved
Qt Creator and other tools
-
In order to get Ubuntu's global menu to work with Qt Creator, I would build libappmenu-qt5.so and copy it to [Qt folder]/Tools/QtCreator/lib/Qt/plugins/platformthemes. This worked up until Qt 5.7 and Qt Creator 4.0.2 were released. Now, it does not.
Does anyone know how to get this working now?
-
Hi,
Did it stop only since 4.0.2 or earlier ?
In any case, I'd check with the plugin author whether it's compatible with Qt Creator 4.
-
Silly question but did you rebuild the plugin with the same version of Qt used for Qt Creator ?
-
Maybe this is related to the missing libqgtk2.so in 4.0.2, see https://bugreports.qt.io/browse/QTCREATORBUG-16496 ?
-
@NikolausDemmel Is it possible to just build libqgtk3.so without having to build the entirety of Qt?