13 lines
681 B
Diff
13 lines
681 B
Diff
diff -rupN --no-dereference qwt-6.2.0/src/src.pro qwt-6.2.0-new/src/src.pro
|
|
--- qwt-6.2.0/src/src.pro 2021-07-18 13:19:33.628367286 +0200
|
|
+++ qwt-6.2.0-new/src/src.pro 2022-11-29 15:38:15.226070441 +0100
|
|
@@ -82,7 +82,7 @@ contains(QWT_CONFIG, QwtPkgConfig) {
|
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
|
|
|
QMAKE_PKGCONFIG_FILE = Qt$${QT_MAJOR_VERSION}$${QMAKE_PKGCONFIG_NAME}
|
|
- QMAKE_PKGCONFIG_REQUIRES = Qt5Widgets Qt5Concurrent Qt5PrintSupport
|
|
+ QMAKE_PKGCONFIG_REQUIRES = Qt$${QT_MAJOR_VERSION}Widgets Qt$${QT_MAJOR_VERSION}Concurrent Qt$${QT_MAJOR_VERSION}PrintSupport
|
|
|
|
contains(QWT_CONFIG, QwtSvg) {
|
|
QMAKE_PKGCONFIG_REQUIRES += Qt5Svg
|