0

I have installed Qt from source on site: http://www.linuxfromscratch.org/blfs/view/8.0/x/qt5.html and followed instructions below. Now I have 4 icons for Qt5 Assistant, Qt5 Designer, Qt5 Linguist, Qt5 QDbusViewer BUT no any text inside this programs. Just "___" instead. How to reduce this problem?

screenshot(no any text)

I need to run progect created on Windows in Qt-5.8 on CentOS 7.

Donald Duck
  • 8,409
  • 22
  • 75
  • 99
Darya
  • 1
  • 1

1 Answers1

0

It seems to be some fonts missing. Take a look at this question from the Qt forums.

cbuchart
  • 10,847
  • 9
  • 53
  • 93
  • @Darya, could you solve the problem? I've seen this issue too in several MS Windows installations and fonts were the reasons. – cbuchart May 02 '17 at 09:32