Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix r14440
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 28, 2010
1 parent 957dd0c commit 01705a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindQWT.cmake
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion doc/msvc.t2t
Expand Up @@ -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``
Expand Down

0 comments on commit 01705a4

Please sign in to comment.