And some other stuff moved to QtPrintSupport.

svn path=/trunk/; revision=46383
This commit is contained in:
Guy Harris 2012-12-05 00:50:51 +00:00
parent ef3d42ad74
commit 123c134c24
1 changed files with 11 additions and 0 deletions

View File

@ -848,6 +848,17 @@ if test "x$enable_wireshark" = "xyes"; then
],
[])
#
# It also appears to move the printing support into
# the QtPrintSupport module.
#
PKG_CHECK_MODULES([QtPrintSupport], [QtPrintSupport],
[
CFLAGS="$CFLAGS $QtPrintSupport_CFLAGS"
CXXFLAGS="$CXXFLAGS $QtPrintSupport_CFLAGS"
],
[])
#
# We don't know whether we have GTK+, but we
# won't be using it, so it's as if we don't