summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/opengles2/opengles2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/opengles2/opengles2.pro')
-rw-r--r--config.tests/unix/opengles2/opengles2.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.tests/unix/opengles2/opengles2.pro b/config.tests/unix/opengles2/opengles2.pro
index c383fd0008..34d77371b4 100644
--- a/config.tests/unix/opengles2/opengles2.pro
+++ b/config.tests/unix/opengles2/opengles2.pro
@@ -7,3 +7,7 @@ for(p, QMAKE_LIBDIR_OPENGL_ES2) {
CONFIG -= qt
LIBS += $$QMAKE_LIBS_OPENGL_ES2
+mac {
+ DEFINES += BUILD_ON_MAC
+ CONFIG -= app_bundle
+}