QT:make: Nothing to be done for `first'和error:QtSql:No such file or directory
http://blog.csdn.net/heqiuya/article/details/7774208这是QT编程中常见的两个编译错误.可能你的代码在window下编译能正常通过,可是到到linux下编译就出现这个问题.解决方案如下:在你编译QT代码之前最好先makeclean一下,因为*.o之类的文件可能影响到编译.在qt目录下make后出现以下错误:make:Nothingtobedonef