aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-theme-engine
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-07-18 16:10:02 -0400
committerq5sys <jt@obs-sec.com>2017-07-18 16:10:02 -0400
commit015a103eaad33b38780c43d49d7de01174cd71ab (patch)
tree474c6222cf4b90f30de3dafa8b1c0932e995019a /src-qt5/core/lumina-theme-engine
parentremoval of Changelog (diff)
downloadlumina-015a103eaad33b38780c43d49d7de01174cd71ab.tar.gz
lumina-015a103eaad33b38780c43d49d7de01174cd71ab.tar.bz2
lumina-015a103eaad33b38780c43d49d7de01174cd71ab.zip
removal of duplicate README
Diffstat (limited to 'src-qt5/core/lumina-theme-engine')
-rw-r--r--src-qt5/core/lumina-theme-engine/README55
1 files changed, 0 insertions, 55 deletions
diff --git a/src-qt5/core/lumina-theme-engine/README b/src-qt5/core/lumina-theme-engine/README
deleted file mode 100644
index 7cbcab98..00000000
--- a/src-qt5/core/lumina-theme-engine/README
+++ /dev/null
@@ -1,55 +0,0 @@
-qt5ct - Qt5 Configuration Tool
-
-This program allows users to configure Qt5 settings (theme, font, icons, etc.)
-under DE/WM without Qt integration.
-
-Official home page: https://sourceforge.net/projects/qt5ct/
-
-Requirements:
-
-- GNU Linux or FreeBSD
-- qtbase >= 5.4.0
-- qtsvg >= 5.4.0 (For svg icons)
-- qttools >= 5.4.0 (For build only)
-
-
-Installation:
-
-qmake PREFIX=<your installation path>
-make
-make install (under root)
-
-Add line 'export QT_QPA_PLATFORMTHEME=qt5ct' to ~/.profile and re-login.
-Alternatively, create the file /etc/X11/Xsession.d/100-qt5ct with
-the following line:
-
-export QT_QPA_PLATFORMTHEME=qt5ct
-
-Now restart X11 server to take the changes effect.
-
-Extra build options (for advanced users only):
-qmake DISABLE_WIDGETS=1 - compiles platform plugin without QtWidgets (useful for QML applications only)
-qmake PLUGINDIR=<custom path> - changes the default installation path of the plugins (libqt5ct.so and libqt5ct-style.so)
-
-Debug Messages:
-
-By default, platform plugin prints debug information to stderr. To disable this behaviour, you should
-export the following environment variable:
-
-export QT_LOGGIN_RULES="qt5ct.debug=false"
-
-Another way is to change qtlogging.ini file. See Qt documentation for details:
-http://doc.qt.io/qt-5/qloggingcategory.html (paragraph "Configuring Categories")
-
-Files and Directories:
-
-qt5ct - Qt5 configuration tool
-libqt5ct.so - qt5ct platform plugin
-libqt5ct-style.so - qt5ct proxy style plugin
-~/.config/qt5ct/qt5ct.conf - configuration file
-~/.config/qt5ct/qss/ - style sheets
-
-
-Translation:
-
-Use Transifex service: https://www.transifex.com/projects/p/qt5ct/
bgstack15