You are not logged in.
Hello,
I want to compile a qt3 application but qmake is using qt4. Googling a bit seems to point to the existence of a qmake-qt3 binary, but Arch doesn't seems to have it.
Is there any way around?
Thanks ![]()
EDIT: Extra info:
$ qmake -v
QMake version 2.01a
Using Qt version 4.4.3 in /usr/libLast edited by VuDu (2008-10-28 19:21:03)
Offline
Ok, found that /opt/qt/bin/qmake does the job ![]()
$ /opt/qt/bin/qmake -v
Qmake version: 1.07a (Qt 3.3.8)
Qmake is free software from Trolltech ASA.Last edited by VuDu (2008-10-28 19:21:17)
Offline