I want to add this C:\\Program Files\\MySQL\\MySQL Server 5.5\\include to my .pro file. How can I acheive that? thanks :)
Write it between double quotes..
win32 { INCLUDEPATH += "C:\Program Files\MySQL\MySQL Server 5.5\include" ... }