Thought specifying -config you can run the scoped code.
Qt Code:
debug { DEFINES += SD_DEV message("debug") } release { message("release") } qmake p.pro -config release Project MESSAGE: debug Project MESSAGE: releaseTo copy to clipboard, switch view to plain text mode
Should I have only release message ?




Reply With Quote
Bookmarks