Skip to content

Commit bdb724d

Browse files
committed
QProcess still required on MacOS
1 parent 88f1154 commit bdb724d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/qtTeamTalk/utiltts.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
#include <QAccessible>
2929
#include <QAccessibleAnnouncementEvent>
3030
#endif
31+
#if defined(Q_OS_MAC)
32+
#include <QProcess>
33+
#endif
3134

3235
#if defined(QT_TEXTTOSPEECH_LIB)
3336
extern QTextToSpeech* ttSpeech;

0 commit comments

Comments
 (0)