aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-01 22:11:23 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-01 22:11:23 -0400
commitd34bb25414f6887dd788a4f817b4da903570e66a (patch)
tree1cdc476a865646ce9f383a5c2b59e4c445aeb1e9 /README
Import Upstream version 0.8upstream/0.8
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0d3ab76
--- /dev/null
+++ b/README
@@ -0,0 +1,37 @@
+Qt5Gtk2 - GTK+2.0 integration plugins for Qt5
+
+Official home page: https://bitbucket.org/trialuser02/qt5gtk2
+
+Requirements:
+
+- GNU Linux or FreeBSD
+- qtbase >= 5.7.0 (with private headers)
+- GTK+ 2.0
+- libX11
+
+Installation:
+
+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
+
+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 plugin
+
+Attention!
+Environment variable QT_STYLE_OVERRIDE should be removed before usage. \ No newline at end of file