aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/qt.m4
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24The files in aclocal-fallback are copies of .m4 files from variousGuy Harris1-124/+0
packages, providing macros that we use in our configure script in case somebody building from SVN doesn't happen to have the package installed and thus doesn't happen to have those macros defined. In the case of Qt, there *isn't* such a .m4 file, so we had to create the macro. Move it to acinclude.m4, and rename it to AC_WIRESHARK_QT_CHECK to indicate that it's our own check. svn path=/trunk/; revision=50881
2013-07-24Check for QtMacExtras, and use it if we have it.Guy Harris1-0/+22
svn path=/trunk/; revision=50880
2013-07-14OK, with Qt 5.1, the pkg-config modules are all called Qt5Xxx ratherGuy Harris1-8/+25
than QtXxx, so look for those as well. svn path=/trunk/; revision=50568
2013-02-08Move move of the Qt checks into AM_PATH_QT.Jeff Morriss1-46/+75
svn path=/trunk/; revision=47553
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