The following is what didn't work.
Qt Code:
INCLUDEPATH += "c:\Program Files\blahblahblah"To copy to clipboard, switch view to plain text mode
qmake parses this as 2 paths separated by the space.
The following is what didn't work.
Qt Code:
INCLUDEPATH += "c:\Program Files\blahblahblah"To copy to clipboard, switch view to plain text mode
qmake parses this as 2 paths separated by the space.
Bookmarks