Qt4 book says "make release", reality disagrees

Posted by DarenW on Stack Overflow See other posts from Stack Overflow or by DarenW
Published on 2010-06-13T02:54:31Z Indexed on 2010/06/13 3:02 UTC
Read the original article Hit count: 308

Filed under:
|
|
|

Writing some simple Qt4 demos depending the book by Daniel Molkentin. In that book, it says you build the release or debug versions of your app with "make release" or "make debug". In real life, these give errors. Only bare naked "make" works. I assume something has changed between the version of Qt4 used in the book and the version I'm using, qt4.6.2.

So what is the proper way to determine whether to make release or debug?

(And why can't google find any updates or errata for this book relating to this?)

© Stack Overflow or respective owner

Related posts about qt4

Related posts about debug