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:
authorDavide Beatrici <davidebeatrici@gmail.com>2017-03-12 14:53:50 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2017-03-17 21:14:21 +0300
commitb6740369cfb4535f1c9b5b62d478a84d6bda5a5a (patch)
tree64efe86e8aaab248c611f757edf00b8d68f5bd18 /qmake/compiler.pri
parent19c4f9f7bb2f34f2ebdf7ddffcb65f6229edca55 (diff)
compiler.pri: Use the Unix block for win32-g++ too
So that we use the G++ features when compiling with MinGW.
Diffstat (limited to 'qmake/compiler.pri')
-rw-r--r--qmake/compiler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/compiler.pri b/qmake/compiler.pri
index ae5327cf4..f23beebea 100644
--- a/qmake/compiler.pri
+++ b/qmake/compiler.pri
@@ -208,7 +208,7 @@ win32-msvc* {
}
}
-unix {
+unix|win32-g++ {
DEFINES *= RESTRICT=__restrict__
QMAKE_CFLAGS *= -fvisibility=hidden
QMAKE_CXXFLAGS *= -fvisibility=hidden