diff options
author | Donald Carr <donald.carr@nokia.com> | 2009-10-13 22:42:08 (GMT) |
---|---|---|
committer | Donald Carr <donald.carr@nokia.com> | 2009-10-13 22:54:42 (GMT) |
commit | 1b1dc796cb2c14ffed77571ec6268c8e87bf1cb0 (patch) | |
tree | 1248529a6b5a04d0ecd9ea74fb5f2577db2e9dc4 /mkspecs/unsupported | |
parent | b5e7172e7150cc92290f1eff5a8323e0ff3a24b9 (diff) | |
download | Qt-1b1dc796cb2c14ffed77571ec6268c8e87bf1cb0.zip Qt-1b1dc796cb2c14ffed77571ec6268c8e87bf1cb0.tar.gz Qt-1b1dc796cb2c14ffed77571ec6268c8e87bf1cb0.tar.bz2 |
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/unsupported')
-rw-r--r-- | mkspecs/unsupported/linux-scratchbox2-g++/qmake.conf | 8 |
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 f1b78c3..1ade6b9 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 |