fix r14440

git-svn-id: http://svn.osgeo.org/qgis/trunk@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-10-28 06:27:46 +00:00
parent 1fdd283b6d
commit 9f9a9cff13
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ FIND_PATH(QWT_INCLUDE_DIR qwt.h
"$ENV{INCLUDE}"
PATH_SUFFIXES qwt-qt4 qwt
)
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwtn5 PATHS
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 PATHS
/usr/lib
/usr/local/lib
"$ENV{LIB_DIR}/lib"

View File

@ -53,7 +53,7 @@ For the QGIS build you need to install following packages from OSGeo4W (select
- sip
-
This will also selected more packages that above packages depend on.
This will also select packages the above packages depend on.
Additionally QGIS also needs the include file ``unistd.h``, which normally
doesn't exist on Windows. It's shipped with Flex/Bison in ``GnuWin32\include``