diff options
-rw-r--r-- | tests/auto/platformquirks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/platformquirks.h b/tests/auto/platformquirks.h index 706cc9e905..74970fe94e 100644 --- a/tests/auto/platformquirks.h +++ b/tests/auto/platformquirks.h @@ -72,6 +72,8 @@ struct PlatformQuirks #elif defined(Q_WS_X11) // ### this is a very bad assumption, we should really check the version of libjpeg return X11->desktopEnvironment == DE_MEEGO_COMPOSITOR; +#elif defined(Q_OS_QNX) + return true; #else return false; #endif |