How do I run clean (as right click on my project name -> clean) from qmake
? Is a binary utility that does the clean? I'd like to run this on release, somethig like:
CONFIG(release, debug|release): clean project
How do I run clean (as right click on my project name -> clean) from qmake
? Is a binary utility that does the clean? I'd like to run this on release, somethig like:
CONFIG(release, debug|release): clean project