Skip to content

Commit 9f9a9cf

Browse files
author
jef
committed
fix r14440
git-svn-id: http://svn.osgeo.org/qgis/trunk@14441 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1fdd283 commit 9f9a9cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/FindQWT.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FIND_PATH(QWT_INCLUDE_DIR qwt.h
2222
"$ENV{INCLUDE}"
2323
PATH_SUFFIXES qwt-qt4 qwt
2424
)
25-
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwtn5 PATHS
25+
FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 PATHS
2626
/usr/lib
2727
/usr/local/lib
2828
"$ENV{LIB_DIR}/lib"

doc/msvc.t2t

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For the QGIS build you need to install following packages from OSGeo4W (select
5353
- sip
5454
-
5555

56-
This will also selected more packages that above packages depend on.
56+
This will also select packages the above packages depend on.
5757

5858
Additionally QGIS also needs the include file ``unistd.h``, which normally
5959
doesn't exist on Windows. It's shipped with Flex/Bison in ``GnuWin32\include``

0 commit comments

Comments
 (0)