mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Detect Qt for NetBSD (same as FreeBSD detection at present) -- patch from Brook Milligan.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6073 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
60b96fc9f7
commit
46e6cfe4af
@ -414,6 +414,15 @@ case "${host}" in
|
||||
fi
|
||||
;;
|
||||
|
||||
*netbsd*)
|
||||
QT_LIBS="$QT_LIB"
|
||||
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
|
||||
QT_LIBS="$QT_LIBS -L$x_libraries -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg -lpthread"
|
||||
else
|
||||
QT_LIBS="$QT_LIBS -lpthread"
|
||||
fi
|
||||
;;
|
||||
|
||||
*darwin*)
|
||||
QT_LIBS="$QT_LIB"
|
||||
if test $QT_IS_STATIC = yes && test $QT_IS_EMBEDDED = no; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user