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:
authorMikkel Krautz <mikkel@krautz.dk>2016-12-09 00:41:24 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-12-09 00:41:24 +0300
commit74f5930e1ceac5adf807444ddfbb64ec655f21a6 (patch)
treedbc7dc69c967c9553e512545d7d2aac079ea9bfe /overlay_gl
parent704069eb37d756978a4b0d022d8301115044c44e (diff)
*.pro: use 'linux*' instead of 'linux' for Linux conditionals.
This makes the check Qt 4-compatible.
Diffstat (limited to 'overlay_gl')
-rw-r--r--overlay_gl/overlay_gl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay_gl/overlay_gl.pro b/overlay_gl/overlay_gl.pro
index 9d1d951ac..b9bb0b574 100644
--- a/overlay_gl/overlay_gl.pro
+++ b/overlay_gl/overlay_gl.pro
@@ -21,7 +21,7 @@ unix:!macx {
TARGET = mumble$(TARGET_ADD)
DEFINES += TARGET_UNIX
- linux {
+ linux* {
LIBS *= -lrt -ldl
}
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)