Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trialuser02/qt5gtk2
GTK+2.0 integration plugin for Qt5
https://github.com/trialuser02/qt5gtk2
Last synced: 16 days ago
JSON representation
GTK+2.0 integration plugin for Qt5
- Host: GitHub
- URL: https://github.com/trialuser02/qt5gtk2
- Owner: trialuser02
- License: gpl-2.0
- Created: 2023-09-26T19:22:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T16:49:30.000Z (about 1 year ago)
- Last Synced: 2024-11-28T06:12:08.394Z (3 months ago)
- Language: C++
- Size: 153 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Qt5Gtk2 - GTK+2.0 integration plugins for Qt5
Official home page: https://github.com/trialuser02/qt5gtk2
Requirements:
- GNU Linux or FreeBSD
- qtbase >= 5.7.0 (with private headers)
- GTK+ 2.0
- libX11Installation:
qmake
make
make install (under root)To change default installation root you should run the following
command:make install INSTALL_ROOT="custom root"
Add line 'export QT_QPA_PLATFORMTHEME=qt5gtk2' to ~/.profile and re-login.
Alternatively, create the file /etc/X11/Xsession.d/100-qt5gtk2 with
the following line:export QT_QPA_PLATFORMTHEME=qt5gtk2
(qt6gtk2 for compatibility with Qt5Gtk2)
Now restart X11 server to take the changes effect.
Files and directories:
libqt5gtk2.so - GTK+2.0 platform plugin
libqt5gtk2-style.so - GTK+2.0 style pluginAttention!
Environment variable QT_STYLE_OVERRIDE should be removed before usage.