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"
...
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With