summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2009-10-13 22:42:08 +0000
committerDonald Carr <donald.carr@nokia.com>2009-10-13 22:54:42 +0000
commit1b1dc796cb2c14ffed77571ec6268c8e87bf1cb0 (patch)
tree1248529a6b5a04d0ecd9ea74fb5f2577db2e9dc4 /mkspecs
parentb5e7172e7150cc92290f1eff5a8323e0ff3a24b9 (diff)
Add further documentation to scratchbox 2 mkspec
Documented that pkg-config functionality must be forced if used in conjunction with this mkspec, and that PKG_CONFIG_PATH is a shell variable not a qmake variable. Reviewed-by: Anders Bakken <anders.bakken@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf b/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
index f1b78c3b8f..1ade6b9b84 100644
--- a/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
+++ b/mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf
@@ -5,9 +5,11 @@
# default sb2 target is set appropriately, or you will have to append the
# appropriate -t $target argument to sb2
-# You will probably want to set your PKG_CONFIG_PATH in order for the host
-# pkg-config to correctly query and utilize your targets .pc files
-# (normally stored in $staging/usr/lib/pkgconfig)
+# If you want to use pkg-config you have to explicitly force it by passing
+# -force-pkg-config to configure. You will probably want to export your
+# PKG_CONFIG_PATH shell variable in order for the host pkg-config to
+# correctly query and utilize your targets .pc files (normally stored in
+# $staging/usr/lib/pkgconfig)
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app