PKGBUILDs/qt5-base/mingw-w64-dynamic/0010-Don-t-try-to-use-debug...

30 lines
902 B
Diff
Raw Normal View History

2019-04-21 22:37:50 +02:00
From 961a060a30e67a4a1062cd97fed2d08fbcfb804b Mon Sep 17 00:00:00 2001
2017-06-02 18:20:04 +02:00
From: Martchus <martchus@gmx.net>
Date: Fri, 2 Jun 2017 18:28:10 +0200
2019-02-02 18:18:25 +01:00
Subject: [PATCH 10/34] Don't try to use debug version of D-Bus library
2017-06-02 18:20:04 +02:00
Required for a debug build of Qt because mingw-w64-dbus
does not contain debug version
Change-Id: Ic34e1025fda55f9659e065f5bbe9d51f55420adb
---
configure.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.json b/configure.json
2019-02-02 18:18:25 +01:00
index c673f9a5fc..15b0f21e58 100644
2017-06-02 18:20:04 +02:00
--- a/configure.json
+++ b/configure.json
2018-12-08 22:06:32 +01:00
@@ -182,7 +182,7 @@
2017-06-02 18:20:04 +02:00
{
"libs": "",
"builds": {
- "debug": "-ldbus-1d",
+ "debug": "-ldbus-1",
"release": "-ldbus-1"
},
"condition": "config.win32 && features.shared"
--
2019-03-16 16:58:50 +01:00
2.21.0
2017-06-02 18:20:04 +02:00