summaryrefslogtreecommitdiff
path: root/pcr-testing/qt5-styleplugins/install.sh
blob: 30913d1553f107d3ffb108cbf86e7ddb6ae4dede (plain)
1
2
3
4
5
6
7
8
9
post_install()
{
  echo "Remember to set QT_QPA_PLATFORMTHEME:"
  echo "  $ export QT_QPA_PLATFORMTHEME=gtk2"
  echo "... or to make this selectable with qt5ct:"
  echo "  $ export QT_QPA_PLATFORMTHEME=qt5ct"
  echo "and ensure that QT_STYLE_OVERRIDE is not set:"
  echo "  $ unexport QT_STYLE_OVERRIDE"
}