本人菜鸟,问个弱智问题!
直接用SDK装的编译好的qt和IDE。
随便编译什么工程,好像都是先qmake,在mingw32开始make,是吗?就是说qmake实际是调用mingw32对吗?
Running build steps for project animatedtiles...
Starting: g:/tech/develop/qt/qt/bin/qmake.exe G:/tech/develop/Qt/qt/examples/animation/animatedtiles/animatedtiles.pro -spec win32-g++ -r
Exited with code 0.
Starting: G:/tech/develop/Qt/mingw/bin/mingw32-make.exe -w
mingw32-make: Entering directory `G:/tech/develop/Qt/qt/examples/animation/animatedtiles'
...
还有请问,下载的一个qt的工程源码,原来是linux下写的。我现在win下用qt creator能编译,但是用通过Qt Visual Studio Integration集成的vs2008编译却怎么也不行,报一大堆错。
其中有说using namespace std错误,请问是少什么头文件吗?
这些困扰我好多天了,望各位大虾不吝赐教,感激不尽!