Try using the "build_pass", something like this:
Qt Code:
build_pass:CONFIG(debug, debug|release) { LIBS += debug libs } else { LIBS += release libs }To copy to clipboard, switch view to plain text mode
Try using the "build_pass", something like this:
Qt Code:
build_pass:CONFIG(debug, debug|release) { LIBS += debug libs } else { LIBS += release libs }To copy to clipboard, switch view to plain text mode
Bookmarks