Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

QtCreator:How to write MySQl IncludePath on *.pro file?

$
0
0
I’m Japanese student. And now, I’m tring to connect MySQL server. I use Windows7 64bit, Qt 4.8.3(32bit) Qt Creator2.6.1 MySQL 5.5.29. Qt creator use minGW. So, I tryed write ↓ to “*.pro” files. INCLUDEPATH += C:\Program Files\MySQL\MySQL Server 5.5\include And I tryed build. Thisu is the error message. ↓ g++: error: C:\Program: No such file or directory g++: error: Files\MySQL\MySQL: No such file or directory g++: error: Server: No such file or directory g++: error: 5.5\lib\libmysql.lib: No such file or directory mingw32-make1: *** [debug\MySQLTest02.exe] Error 1 mingw32-make: *** [debug] Error 2 I can’t understand why “g++: error: C:\Program Files: No such file or directory” not “g++: error: C:\Program: No such file or directory” Is space not available on QtCreator ?

Viewing all articles
Browse latest Browse all 2113

Trending Articles