-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hello Tim
On Wednesday 22 July 2015 05:33:37 pm Timothy Pearson wrote:
No, it does not. There were plans at one time but Qt removed too much functionality for that to be feasible.
Still, if USE_QT4 is being set then something is wrong in your build environment. Can you post the full ./configure log?
I know there is something wrong with my build environment because of all the error's I'm getting. Hence why the other thread asking for help in setting up a correct build environment to begin to port applications.
As for the configure log, there isn't one in the directory. The ./configure script for this program only runs qmake. The full shell script is:
#!/bin/sh qmake kjewishdatefinder.pro -o Makefile
Can I have a build environment set up to use both tqt3 and qt4? I can't compile qt4 apps now because it's trying to use tqt3 headers... sigh...
Yes, you can have tqt3 and qt4 build environments set up simultaneously. You will likely need to specify which version of qmake to use; try modifying that script to run qmake-qt3 instead of qmake.
Tim