blob: fc5ccf1be5aa7d63cab623dae5c3fef62958e3bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Fix the pkgconfig install path.
--- src/charts/charts.pro.orig 2016-12-01 12:57:55 UTC
+++ src/charts/charts.pro
@@ -17,6 +17,9 @@ load(qt_module)
QMAKE_TARGET_PRODUCT = "Qt Charts (Qt $$QT_VERSION)"
QMAKE_TARGET_DESCRIPTION = "Charts component for Qt."
+# Properly set up the pkgconfig install path -- relative to lib/
+QMAKE_PKGCONFIG_DESTDIR = ../libdata/pkgconfig
+
############################# SOURCES ##########################################
SOURCES += \
|