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>2015-04-22 23:00:27 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-04-22 23:00:29 +0300
commit2eef8ba0d97833940d0fe474735f1e2529bd6397 (patch)
treedc8d074801b970a83e4d2d5000943893ebf05c91 /g15helper
parentd63fc6d3cf350e887bc35eda6a133d1287786509 (diff)
g15helper: force 32-bit x86 compilation.
The g15helper tool links against a static library provided by Logitech. It is only available for 32-bit x86. Use our new toolchain mechanism to enable g15helper to be enabled for x64 builds.
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/g15helper/g15helper.pro b/g15helper/g15helper.pro
index cc9864082..2aa12f120 100644
--- a/g15helper/g15helper.pro
+++ b/g15helper/g15helper.pro
@@ -1,5 +1,6 @@
# Build rules for G15 helper daemon
+CONFIG += force-x86-toolchain
include (../compiler.pri)
TEMPLATE = app