Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
No Version
-
None
Description
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>