Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将此 C:\Program Files\MySQL\MySQL Server 5.5\include 添加到我的 .pro 文件中。我怎样才能做到这一点?谢谢 :)
写在双引号之间..
win32 { INCLUDEPATH += "C:\Program Files\MySQL\MySQL Server 5.5\include" ... }