Alexander Neundorf
db4bebe5c8
BUG: fix #7447 , FindModulesExecuteAll test fails if both Qt3 and KDE4 can be
...
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
2008-08-16 19:11:53 -04:00
Alexander Neundorf
bf4b0bfdd7
STYLE: remove some unnecessary lines
...
STYLE: everything uppercase in this file
Alex
2008-08-16 17:14:01 -04:00
Bill Hoffman
858b221c32
ENH: try to module run test
2008-06-18 08:37:32 -04:00
Brad King
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
...
- 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.
2008-06-09 16:04:06 -04:00
Brad King
1a71290836
BUG: Fixed name of variable used to check version of uic executable.
2007-06-11 15:02:03 -04:00
Bill Hoffman
651fecee5b
ENH: make sure findqt3 finds qt3 and not qt4
2006-11-22 13:30:59 -05:00
Alexander Neundorf
82e5ab5d4f
ENH: automatically find Qt3 on SUSE, patch from Dirk Mueller and Stephan
...
Kulow
Alex
2006-08-30 13:51:22 -04:00
Alexander Neundorf
bc266c1afd
BUG: #3514 : qt-mt3.lib wasn't found on windows
...
STYLE: remove some (now) unnecessary /usr/lib, /usr/local/lib, /usr/include
and /usr/local/include search paths
Alex
2006-08-27 13:59:18 -04:00
Bill Hoffman
d2cb6fec6f
ENH: try to find qt3 better
2006-05-07 13:04:57 -04:00
Alexander Neundorf
3eb75cdc76
BUG: fix QT_MIN_VERSION handling, it didn't work anymore (qt_version_str vs.
...
qt_version_str_lib)
Alex
2006-04-23 07:23:57 -04:00
Bill Hoffman
e037fbaf7d
ENH: try to fix non-clean dashboards
2006-03-06 14:08:15 -05:00
Bill Hoffman
7603244509
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
Bill Hoffman
4b0fd57bef
ENH: fix module documenation to handle bad docs and fix qt3 docs
2005-12-15 09:19:23 -05:00
Bill Hoffman
b7fa820118
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
Brad King
ed5493509e
BUG: QT_DEFINITIONS should not be quoted. This addresses bug#2481.
2005-11-22 11:33:46 -05:00
Bill Hoffman
3587b472f8
ENH: add more libraries for qt3
2005-09-12 10:28:48 -04:00
Bill Hoffman
34170ed52e
ENH: more qt changes
2005-09-12 09:32:21 -04:00
Bill Hoffman
afbc9b7b07
ENH: clean up the find qt stuff some
2005-09-09 21:51:23 -04:00
Brad King
c3a7f0ead5
ENH: Added support for finding qt-mtedu, the educational version of Qt.
2005-08-23 13:25:56 -04:00
Bill Hoffman
dc1426b6a3
ENH: add new qt stuff from warfield@bwh.harvard.edu, thanks
2005-07-15 12:14:47 -04:00