Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test.pri')
-rw-r--r--src/tests/test.pri9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tests/test.pri b/src/tests/test.pri
index 22b2747b6..f3b622e80 100644
--- a/src/tests/test.pri
+++ b/src/tests/test.pri
@@ -13,15 +13,6 @@ CONFIG += testcase
CONFIG += thread warn_on
CONFIG -= app_bundle
-# We build this test without 'gui' in QT,
-# but we include the QtGui headers from
-# murmur_pch.h. This causes an error when Qt
-# tries to find the OpenGL headers to use, since
-# we're missing the include paths from QtGui's
-# .pri files. Define QT_NO_OPENGL to avoid these
-# build errors.
-DEFINES += QT_NO_OPENGL
-
LANGUAGE = C++
VPATH *= ../.. ../../murmur ../../mumble