- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
P3: Somewhat important
 - 
    No Version
 - 
    None
 
Compiling QtSingleApplication on Mac with QT_NO_DEBUG_OUTPUT fails as both Qt and an OpenTransport function have qDebug.
To work around this, edit the qtsingleapplication_mac.cpp and change the
#include <Carbon/Carbon.h>
to
#include <CoreFoundation/CoreFoundation.h>