mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix r14440
git-svn-id: http://svn.osgeo.org/qgis/trunk@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1fdd283b6d
commit
9f9a9cff13
@ -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"
|
||||
|
@ -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``
|
||||
|
Loading…
x
Reference in New Issue
Block a user