summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/link_pkgconfig.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/link_pkgconfig.prf')
-rw-r--r--mkspecs/features/link_pkgconfig.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/link_pkgconfig.prf b/mkspecs/features/link_pkgconfig.prf
index 4e36b7c83c..44d1a4c045 100644
--- a/mkspecs/features/link_pkgconfig.prf
+++ b/mkspecs/features/link_pkgconfig.prf
@@ -7,7 +7,7 @@ for(ever) {
libvar = LIBS$$pkgsfx
for(PKGCONFIG_LIB, $$list($$unique($$pkgvar))) {
# don't proceed if the .pro asks for a package we don't have!
- !packagesExist($$PKGCONFIG_LIB):error("Package $$PKGCONFIG_LIB not found")
+ !packagesExist($$PKGCONFIG_LIB): error("$$PKGCONFIG_LIB development package not found")
PKGCONFIG_CFLAGS = $$system($$PKG_CONFIG --cflags $$PKGCONFIG_LIB)