Not true, you can use nmake for both (the make tool has nothing to do with Qt BTW, it is provided by Microsoft or Borland, or whoever). The problem is probably that you are using the Qt4 qmake to build a Qt3 project. make sure that the Qt3 qmake appears first in your %PATH% environment variable.Originally Posted by Kapil
Bookmarks