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>2014-08-24 12:36:09 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-08-24 12:36:49 +0400
commit67fc74f023c567de5b070beee035d411be7038ae (patch)
tree38d4b37fd925de95e52f947f7aad3caa36ce0204 /scripts
parent282b289bb3325106be80e2af5955b72390b6b834 (diff)
Build fixes for the debug variant of the win32-static/win64-static build envs.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mumble_app-qt-def.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gen-mumble_app-qt-def.py b/scripts/gen-mumble_app-qt-def.py
index 91a68f4cb..61e5099ce 100755
--- a/scripts/gen-mumble_app-qt-def.py
+++ b/scripts/gen-mumble_app-qt-def.py
@@ -51,6 +51,11 @@ import os
# qtSymbols list the Qt symbols that we're interested in exporting.
qtSymbols = [
+ # Debug-build specific
+ 'qt_assert',
+ 'qt_assert_x',
+ 'qFlagLocation',
+
# QtCore
'QObject',
'QCoreApplication',