Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. centos
    Log in to post

    • Qt5 installed on CentOS 7, Qt application windows not showing up
      Installation and Deployment • qt5 linux centos • • ianh  

      7
      0
      Votes
      7
      Posts
      4424
      Views

      @KeithS You're right, it does seem like a rendering issue regarding glx. I was ssh'ing with X11 fowarding to the CentOS 7 machine, so my host machine (running Fedora 21) was actually doing the rendering. Trying to run glxgears hanged as well. I actually tried ssh'ing from a windows desktop (with xming and putty) to this CentOS 7 machine and running glxgears, and it works! So it seems like it is a rendering issue or Xserver issue with my Fedora 21 desktop, not a Qt5 issue... Thank you for all the help!
    • problem building 32-bit app on 64-bit CentOS
      General and Desktop • qmake gcc 64 bits 32 bits qtcreator 3.4.2 centos • • Karen Morrissey  

      10
      0
      Votes
      10
      Posts
      4263
      Views

      @Karen-Morrissey I think because when you did ./configure to look for needed libraries, it first found those in /usr/lib64. Why not to force the configure to use those for 32bit by adding -L /path/to/lib/32bit -lpthread -lm -lc to your configure command