Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: No Version
-
Fix Version/s: Not Scheduled
-
Component/s: Single Application
-
Labels:None
-
Platform/s:
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>