Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build issues cross compiling with static Qt. | Clinton Stimpson | 2010-11-23 | 1 | -3/+20 |
| | | | | Also fix case where system jpeg, png, tiff libs are used. | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Add cross-compiling support to FindQt4.cmake | Clinton Stimpson | 2010-07-02 | 1 | -5/+5 |
| | |||||
* | Change Qt4ConfigDependentSettings to use more standard find modules. | Clinton Stimpson | 2010-06-25 | 1 | -82/+24 |
| | | | | | Let's use more standard find modules for Qt4 dependencies. Move a few from using pkg-config so we can do cross compiling the cmake way. | ||||
* | Remove macro for querying qmake for qmake variables. | Clinton Stimpson | 2010-06-12 | 1 | -2/+5 |
| | | | | | | Remove last place for querying qmake values. Also removed internal macro to support querying qmake. Depends on findthreads-irix topic. | ||||
* | 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 |