Hello everyone.

I finally added a debug flag to the scons options so we don't have to
worry about removing useful qDebugs anymore.

Compile with scons debug=1  to turn it on.

In your code, use this to surround debugging statements:

#ifdef __DEBUG__
        qDebug() << "This is some debugging info.";
#endif


Enjoy!

Sean

<<--------------------------------------------------------------------------------->>
This E-Mail message has been scanned for viruses
and cleared by >>SmartMail<< from Smarter Technology, Inc.
<<--------------------------------------------------------------------------------->>

------------------------------------------------------------------------------
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to