in windows xp with the open source QT installed
my command lind commands are:
"qmake -project"
"qmake main.pro"
"make"
it returns:
|
Source code
|
1
2
3
|
mingw21-make -f Makefile.Debug all
Makefile.Debug:58 *** missing separator. Stop.
mingw32-make: *** [debug-all] Error 2
|