summaryrefslogtreecommitdiffstats
path: root/qmake/doc/snippets/qmake/spaces.pro
blob: 614d4c553d2e4eec5f97b4497cba4e9aa35b0b09 (plain)
1
2
3
4
5
6
7
8
9
#! [quoting library paths with spaces]
win32:LIBS += "C:/mylibs/extra libs/extra.lib"
unix:LIBS += "-L/home/user/extra libs" -lextra
#! [quoting library paths with spaces]

#! [quoting include paths with spaces]
win32:INCLUDEPATH += "C:/mylibs/extra headers"
unix:INCLUDEPATH += "/home/user/extra headers"
#! [quoting include paths with spaces]