summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt3.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindQt3: Prefer (moc|uic)-qt3 names over (moc|uic)Brad King2009-10-051-2/+3
| | | | | | | On Debian moc and uic from Qt3 have '-qt3' suffixes. The latter names might come from Qt4, so prefer the version-specific names. Patch from Modestas Vainius. See issue #9659.
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can beAlexander Neundorf2008-08-161-2/+14
| | | | | | | | | | | | | found in the system Qt3 and Qt4 cannot be used together in one project. Now Qt3/KDE3 and Qt4/KDE4 handle the case that this is done nevertheless properly, i.e. they fail with FATAL_ERROR if it was REQUIRED and they fail with just MESSAGE(STATUS ...) and RETURN() if it was not REQUIRED BUG: make FindQt4 error out with FATAL_ERROR also if it was searched QUIET Alex
* STYLE: remove some unnecessary linesAlexander Neundorf2008-08-161-30/+14
| | | | | | STYLE: everything uppercase in this file Alex
* ENH: try to module run testBill Hoffman2008-06-181-4/+11
|
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-11/+3
| | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call.
* BUG: Fixed name of variable used to check version of uic executable.Brad King2007-06-111-1/+1
|
* ENH: make sure findqt3 finds qt3 and not qt4Bill Hoffman2006-11-221-4/+20
|
* ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and StephanAlexander Neundorf2006-08-301-0/+9
| | | | | | Kulow Alex
* BUG: #3514: qt-mt3.lib wasn't found on windowsAlexander Neundorf2006-08-271-41/+33
| | | | | | | STYLE: remove some (now) unnecessary /usr/lib, /usr/local/lib, /usr/include and /usr/local/include search paths Alex
* ENH: try to find qt3 betterBill Hoffman2006-05-071-0/+14
|
* BUG: fix QT_MIN_VERSION handling, it didn't work anymore (qt_version_str vs.Alexander Neundorf2006-04-231-2/+2
| | | | | | qt_version_str_lib) Alex
* ENH: try to fix non-clean dashboardsBill Hoffman2006-03-061-0/+6
|
* ENH: use program files env for searchingBill Hoffman2006-02-281-3/+4
|
* ENH: fix module documenation to handle bad docs and fix qt3 docsBill Hoffman2005-12-151-11/+12
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-12/+12
|
* BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481.Brad King2005-11-221-2/+2
|
* ENH: add more libraries for qt3Bill Hoffman2005-09-121-2/+7
|
* ENH: more qt changesBill Hoffman2005-09-121-4/+25
|
* ENH: clean up the find qt stuff someBill Hoffman2005-09-101-0/+6
|
* ENH: Added support for finding qt-mtedu, the educational version of Qt.Brad King2005-08-231-2/+2
|
* ENH: add new qt stuff from warfield@bwh.harvard.edu, thanksBill Hoffman2005-07-151-0/+248