diff --git a/src/app/main.cpp b/src/app/main.cpp index 06cca29195b..87e7a2c6b5c 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -455,7 +455,7 @@ int main(int argc, char *argv[]) } else { -#ifdef Q_OS_MACX +#if defined(Q_OS_MACX) && QT_VERSION < 0x040300 //on mac automasking as done below does not work (as of qt 4.2.1) //so we do it the old way see bug #387 qDebug("setting mask for mac");