-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.12.2, 5.12.6
-
None
I think use pkgconfig at libjpeg test simplify build
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 44140bc7b6..fe200bdaa2 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -373,6 +373,7 @@
},
"headers": "jpeglib.h",
"sources": [
+ { "type": "pkgConfig", "args": "libjpeg" },
{ "libs": "-llibjpeg", "condition": "config.msvc" },
"-ljpeg"
]
- relates to
-
QTBUG-75116 include absolute path to library
-
- Closed
-