
Utilities by trialuser 36 comments

Utilities by trialuser 36 comments

Utilities by trialuser 36 comments

Utilities by trialuser 36 comments

Utilities by trialuser 36 comments
user@testhost:~$ export | grep QT_QPA_PLATFORMTHEME
declare -x QT_QPA_PLATFORMTHEME="qt5ct"
2. Start qt5 application with QT_DEBUG_PLUGINS=1 and check output. - Mar 03 2015

Utilities by trialuser 36 comments

Utilities by trialuser 36 comments

Utilities by trialuser 36 comments
svn co https://mysvn.ru/trialuser02/qt5ct/trunk qt5ct-svn - Dec 06 2014

Utilities by trialuser 36 comments
user@testhost:~$ cat /home/user/.profile
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export QT_QPA_PLATFORMTHEME=qt5ct
user@testhost:~$ export | grep QT_QPA_PLATFORMTHEME
declare -x QT_QPA_PLATFORMTHEME="qt5ct"
user@testhost:~$
- Dec 02 2014

Utilities by trialuser 36 comments

Plasma 4 Extensions by jaegerschnitzel 1069 comments
cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
Also try gentoo ebuild http://qmmp.googlecode.com/files/qmmp-0.1.6.ebuild (Sabayon is Gentoo-based distribution)
If problem still exists, check your cmake version. qmmp-0.1.6 doesn't support new cmake-2.6 and Qt-4.4. Use 0.2 snapshot instead. - Jul 16 2008