> Try putting the first brace on the same line as CONFIG, e.g.: > CONFIG(debug, debug|release) { > DEFINES += DEBUG \ > } > Putting the brace on a separate line doesn't actually work. daniel