我正在关注使用openGL和Qt的在线教程。链接在这里: Youtube Vid
在尝试了他说的话并遵循在线其他问题的建议后,我仍然无法让QT与Visual Studios Express 2013一起工作。我不确定它不起作用的原因是因为我正在使用和表达版本或因为我没有为VS安装Qt插件,因为它没有work for any express edition.
无论如何,我得到的错误是:
IntelliSense: cannot open source file "../../src/gui/kernel/qapplication.h"
到目前为止我写的所有内容都是:
#include <iostream>
#include <Qt\qapplication.h>
int main(int argc, char*argv[]){
//QApplication
}
我下载的qt版本是适用于Windows的Qt库4.8.6(VS 2010,236 MB)。