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>2013-08-25 16:32:45 +0400
committerMikkel Krautz <mikkel@krautz.dk>2013-08-25 16:32:45 +0400
commita20185dedf8a87cca5f5a8c30fc55db2d5539406 (patch)
treee5fd6f2388cceb533c06cef4dc363af27ab532ba /plugins
parentf62db492bab059f75e4b603180b3b58bac3740bd (diff)
plugins/manual: use qt_dynamic_lookup instead of static to guard linking against mumble_app.dll.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/manual/manual.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/manual/manual.pro b/plugins/manual/manual.pro
index e44448d3f..90c016f1a 100644
--- a/plugins/manual/manual.pro
+++ b/plugins/manual/manual.pro
@@ -16,7 +16,7 @@ FORMS += manual.ui
# Link against mumble_app.dll when
# building for win32-static.
-win32:CONFIG(static) {
+win32:CONFIG(qt_dynamic_lookup) {
CONFIG(debug, debug|release) {
LIBPATH *= ../../debug
}