aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/qt.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-02-07Check for QtCore instead of Qt.Jeff Morriss1-1/+1
svn path=/trunk/; revision=47543
2013-02-07Use a variable for the package name we're querying.Jeff Morriss1-7/+7
Add SVN Id. svn path=/trunk/; revision=47538
2013-02-07QPropertyAnimation is needed for Qt builds and isn't present until Qt 4.6.0.Jeff Morriss1-0/+56
Add a (crude) check for the Qt version, making 4.6.0 the minimum. The existing checks in configure.ac should be moved into into this new module. svn path=/trunk/; revision=47537