Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 1 | -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 King | 2007-06-11 | 1 | -1/+1 |
| | |||||
* | ENH: make sure findqt3 finds qt3 and not qt4 | Bill Hoffman | 2006-11-22 | 1 | -4/+20 |
| | |||||
* | ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and Stephan | Alexander Neundorf | 2006-08-30 | 1 | -0/+9 |
| | | | | | | Kulow Alex | ||||
* | BUG: #3514: qt-mt3.lib wasn't found on windows | Alexander Neundorf | 2006-08-27 | 1 | -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 better | Bill Hoffman | 2006-05-07 | 1 | -0/+14 |
| | |||||
* | BUG: fix QT_MIN_VERSION handling, it didn't work anymore (qt_version_str vs. | Alexander Neundorf | 2006-04-23 | 1 | -2/+2 |
| | | | | | | qt_version_str_lib) Alex | ||||
* | ENH: try to fix non-clean dashboards | Bill Hoffman | 2006-03-06 | 1 | -0/+6 |
| | |||||
* | ENH: use program files env for searching | Bill Hoffman | 2006-02-28 | 1 | -3/+4 |
| | |||||
* | ENH: fix module documenation to handle bad docs and fix qt3 docs | Bill Hoffman | 2005-12-15 | 1 | -11/+12 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -12/+12 |
| | |||||
* | BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481. | Brad King | 2005-11-22 | 1 | -2/+2 |
| | |||||
* | ENH: add more libraries for qt3 | Bill Hoffman | 2005-09-12 | 1 | -2/+7 |
| | |||||
* | ENH: more qt changes | Bill Hoffman | 2005-09-12 | 1 | -4/+25 |
| | |||||
* | ENH: clean up the find qt stuff some | Bill Hoffman | 2005-09-10 | 1 | -0/+6 |
| | |||||
* | ENH: Added support for finding qt-mtedu, the educational version of Qt. | Brad King | 2005-08-23 | 1 | -2/+2 |
| | |||||
* | ENH: add new qt stuff from warfield@bwh.harvard.edu, thanks | Bill Hoffman | 2005-07-15 | 1 | -0/+248 |