blob: f00ea604f5f4d7a82627ac6947aa2fbdd0df3eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
textengines/mathml/mathml.pro | 1 +
1 file changed, 1 insertion(+)
diff --git a/textengines/mathml/mathml.pro b/textengines/mathml/mathml.pro
index 7032366..b1372f7 100644
--- a/textengines/mathml/mathml.pro
+++ b/textengines/mathml/mathml.pro
@@ -63,6 +63,7 @@ contains(QWT_CONFIG, QwtPkgConfig) {
# QMAKE_PKGCONFIG_DESTDIR is buggy, in combination
# with including pri files: better don't use it
+ QMAKE_PKGCONFIG_DESTDIR = pkgconfig
greaterThan(QT_MAJOR_VERSION, 4) {
|