Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to use FindX11.cmake. Should fix #9929. | Clinton Stimpson | 2010-03-17 | 1 | -53/+25 |
| | |||||
* | ENH: Modify how OpenGL is searched for, that is, use FindOpenGL.cmake. | Clinton Stimpson | 2010-03-17 | 1 | -17/+5 |
| | |||||
* | Fix Qt with OpenGL on the Mac. | Bill Hoffman | 2010-03-10 | 1 | -1/+15 |
| | |||||
* | Put quotes arounds strings when doing STREQUAL. | Clinton Stimpson | 2010-01-18 | 1 | -2/+2 |
| | |||||
* | BUG: Fix #10021 don't specify libraries Qt depends on unless Qt is static. | Clinton Stimpson | 2009-12-15 | 1 | -7/+25 |
| | |||||
* | Fix bug #9918, spaces included in QT_LIBRARIES when using QtOpenGL. | Clinton Stimpson | 2009-11-18 | 1 | -0/+1 |
| | |||||
* | only add -DQT_DLL on Windows, ok by Clinton | Alexander Neundorf | 2009-11-17 | 1 | -2/+2 |
| | | | | Alex | ||||
* | Split some logic of FindQt4.cmake into separate files, which are included ↵ | Alexander Neundorf | 2009-11-15 | 1 | -0/+340 |
automatically. Qt4Macros.cmake: all the "public" macros of FindQt4.cmake Qt4ConfigDependentSettings.cmake: the code for detecting the Qt-configuration dependent additional libraries, e.g. when linking statically. There should be no functional changes in this patch. The patch reduces the length of FindQt4.cmake from 1700 lines to around 1000 lines, which is still long enough, but this should make the file a easier to handle (and it is similar to what we do in KDE with FindKDE4Internal.cmake and KDE4Macros.cmake) Ok by Clinton. Alex |