Ok, I deleted the Makefile copied from Makefile.unix and some .o files generated, so I have an original source folder of qmake.
Changed current directory to ~/qt-x11-opensource-src-4.5.1/qmake/.
ran qmake on qmake.pro, got errors:
	
	- WARNING: Failure to find: qbitarray.cpp 
- WARNING: Failure to find: qbuffer.cpp 
- WARNING: Failure to find: qbytearray.cpp 
- ... 
- +30 messages like that and aborts 
        WARNING: Failure to find: qbitarray.cpp
WARNING: Failure to find: qbuffer.cpp
WARNING: Failure to find: qbytearray.cpp
...
+30 messages like that and aborts
To copy to clipboard, switch view to plain text mode 
  
The qmake used is installed somewhere else and belongs to Qt version 4.5.0.
The required files are under ~/qt-x11-opensource-src-4.5.1/src/corelib .
How can I make my installed qmake see those files?
				
			
Bookmarks