]> granicus.if.org Git - graphviz/commitdiff
Use QtCore.pc instead of Qt.pc
authorellson <devnull@localhost>
Mon, 4 Apr 2011 18:02:50 +0000 (18:02 +0000)
committerellson <devnull@localhost>
Mon, 4 Apr 2011 18:02:50 +0000 (18:02 +0000)
configure.ac

index 1365e753bf43ce5616660968b2aceaa1358b03c9..3eccb723fc1ed86d3eafefc1dd701b9eace7806d 100644 (file)
@@ -2420,7 +2420,7 @@ AC_ARG_WITH(qt,
 if test "x$with_qt" != "xyes"; then
   use_qt="No (disabled)"
 else
-  PKG_CHECK_MODULES(QT, [Qt],[
+  PKG_CHECK_MODULES(QT, [QtCore],[
     use_qt="Yes"
     AC_DEFINE_UNQUOTED(HAVE_QT,1,
       [Define if you have Qt])