Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: if qt4 qmake is found then set QT_QMAKE_EXECUTABLE to that value so ↵ | Bill Hoffman | 2005-09-14 | 1 | -0/+1 |
| | | | | that the same one will be used in FindQt4.cmake | ||||
* | ENH: fix if statement | Bill Hoffman | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | ENH: add docs for QT_REQUIRED | Bill Hoffman | 2005-09-13 | 1 | -0/+2 |
| | |||||
* | ENH: more findqt fixes | Bill Hoffman | 2005-09-13 | 1 | -5/+5 |
| | |||||
* | ENH: add new place to search for qt4 in registry | Bill Hoffman | 2005-09-12 | 1 | -0/+1 |
| | |||||
* | ENH: fix typo | Bill Hoffman | 2005-09-12 | 1 | -2/+0 |
| | |||||
* | ENH: add a better message | Bill Hoffman | 2005-09-12 | 1 | -1/+3 |
| | |||||
* | ENH: add some messages not errors for findqt | Bill Hoffman | 2005-09-12 | 1 | -0/+4 |
| | |||||
* | ENH: make sure the correct qmake is used | Bill Hoffman | 2005-09-12 | 1 | -2/+2 |
| | |||||
* | ENH: only print errors if QT_REQUIRED is set | Bill Hoffman | 2005-09-11 | 1 | -1/+3 |
| | |||||
* | BUG: try to fix qt problems | Bill Hoffman | 2005-09-10 | 1 | -2/+6 |
| | |||||
* | ENH: clean up the find qt stuff some | Bill Hoffman | 2005-09-10 | 1 | -10/+13 |
| | |||||
* | ENH: try to fix this find qt stuff | Bill Hoffman | 2005-09-09 | 1 | -2/+123 |
| | |||||
* | ENH: make FindQt default to qt3 and print a message, and add ↵ | Bill Hoffman | 2005-09-09 | 1 | -289/+3 |
| | | | | CheckQtInstalled.cmake | ||||
* | ENH: fixed up qt stuff from Clinton Stimpson | Bill Hoffman | 2005-08-10 | 1 | -10/+10 |
| | |||||
* | ENH: add advanced values | Bill Hoffman | 2005-08-02 | 1 | -0/+1 |
| | |||||
* | ENH: make sure qmake is on the machine before running it | Bill Hoffman | 2005-07-20 | 1 | -4/+7 |
| | |||||
* | ENH: fix qt bug | Bill Hoffman | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | ENH: fix hard coded include from patch | Bill Hoffman | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | ENH: fix hard coded include from patch | Bill Hoffman | 2005-07-15 | 1 | -2/+2 |
| | |||||
* | ENH: fix hard coded include from patch | Bill Hoffman | 2005-07-15 | 1 | -4/+2 |
| | |||||
* | ENH: add new qt stuff from warfield@bwh.harvard.edu, thanks | Bill Hoffman | 2005-07-15 | 1 | -236/+276 |
| | |||||
* | ENH: Added search locations for a FreeBSD location. Contributed by ↵ | Brad King | 2005-06-07 | 1 | -0/+6 |
| | | | | Alexander Neundorf. | ||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -15/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+15 |
| | |||||
* | FIX: fix for bug 1409 | Bill Hoffman | 2005-02-17 | 1 | -3/+3 |
| | |||||
* | ENH: Use FIND_PACKAGE instead of INCLUDE(Find... | Andy Cedilnik | 2004-09-10 | 1 | -2/+2 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -2/+2 |
| | |||||
* | ENH: remove verbose QT message | Bill Hoffman | 2004-08-05 | 1 | -12/+0 |
| | |||||
* | BUG: put back flags to maintain backwards compatibility | Bill Hoffman | 2004-07-22 | 1 | -0/+14 |
| | |||||
* | BUG: These regular expressions were wrong because \\t does not match tab. ↵ | Andy Cedilnik | 2004-07-13 | 1 | -2/+4 |
| | | | | Also, this fix prevents whole file to be dumped to the cache | ||||
* | merge in fixes from neundorf at kde org, bug 869 | Bill Hoffman | 2004-07-09 | 1 | -62/+168 |
| | |||||
* | clean up commands so they don't need extra variable | Bill Hoffman | 2004-06-16 | 1 | -10/+0 |
| | |||||
* | ENH: look for qtmoc in some other places | Bill Hoffman | 2004-05-20 | 1 | -3/+9 |
| | |||||
* | ENH: Add QT_ASSISTANTCLIENT_LIBRARY support. Fixes Bug #425 - Suggsted mod ↵ | Andy Cedilnik | 2003-12-29 | 1 | -5/+23 |
| | | | | to FindQt.cmake to handle qassistantclient.lib | ||||
* | ENH: Make it work for QT 2.3 non commercial on windows | Andy Cedilnik | 2003-08-01 | 1 | -1/+3 |
| | |||||
* | ENH: Fix indentation | Andy Cedilnik | 2003-08-01 | 1 | -49/+49 |
| | |||||
* | ENH: when linking in QT, we should also link DL, since QT uses them | Andy Cedilnik | 2003-07-30 | 1 | -61/+64 |
| | |||||
* | ENH: QT if it is multi threaded should link in threads | Andy Cedilnik | 2003-07-30 | 1 | -0/+4 |
| | |||||
* | ENH: Use FindX11 when doing Qt on unix | Andy Cedilnik | 2003-07-29 | 1 | -0/+7 |
| | |||||
* | ENH: More locations | Andy Cedilnik | 2003-05-28 | 1 | -1/+5 |
| | |||||
* | Add QT on debian | Andy Cedilnik | 2003-04-02 | 1 | -1/+2 |
| | |||||
* | ENH: change FIND_FILE to FIND_PROGRAM | Bill Hoffman | 2003-01-28 | 1 | -28/+9 |
| | |||||
* | merge from branch | Ken Martin | 2003-01-13 | 1 | -0/+2 |
| | |||||
* | Make QT variables advanced | Ian Scott | 2002-09-13 | 1 | -0/+9 |
| | |||||
* | Need to use $ENV{} to access environment variables | Ian Scott | 2002-09-13 | 1 | -15/+14 |
| | |||||
* | Fix Bugs | Ian Scott | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | Add helpful message for QT Windows users | Ian Scott | 2002-09-02 | 1 | -1/+3 |
| | | | | | Add FindZLib in new format Move FindJPEG and FINDWGET over to new scheme | ||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 1 | -33/+61 |
| | | | | | | | FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. | ||||
* | fixed QT_UIC_EXE name | Franck Bettinger | 2001-11-16 | 1 | -1/+1 |
| |