We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdd283 commit 9f9a9cfCopy full SHA for 9f9a9cf
cmake/FindQWT.cmake
@@ -22,7 +22,7 @@ FIND_PATH(QWT_INCLUDE_DIR qwt.h
22
"$ENV{INCLUDE}"
23
PATH_SUFFIXES qwt-qt4 qwt
24
)
25
-FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwtn5 PATHS
+FIND_LIBRARY(QWT_LIBRARY NAMES qwt qwt5 PATHS
26
/usr/lib
27
/usr/local/lib
28
"$ENV{LIB_DIR}/lib"
doc/msvc.t2t
@@ -53,7 +53,7 @@ For the QGIS build you need to install following packages from OSGeo4W (select
53
- sip
54
-
55
56
-This will also selected more packages that above packages depend on.
+This will also select packages the above packages depend on.
57
58
Additionally QGIS also needs the include file ``unistd.h``, which normally
59
doesn't exist on Windows. It's shipped with Flex/Bison in ``GnuWin32\include``
0 commit comments