| Commit message (Expand) | Author | Age | Files | Lines |
* | FindQt4: clarify warning message about incorrect Qt installation. | Clinton Stimpson | 2012-02-09 | 1 | -2/+3 |
|
|
* | Add QT_LIBRARIES_PLUGINS variable to UseQt4. | Mike McQuaid | 2011-10-03 | 1 | -0/+8 |
|
|
* | qt4: also find QtUiTools when cross compiling with mingw. | Clinton Stimpson | 2011-08-29 | 1 | -3/+4 |
|
|
* | Remove C compiler requirement from FindQt4.cmake | Clinton Stimpson | 2011-07-28 | 1 | -7/+7 |
|
|
* | Merge topic 'qt4-apple-framework-fix' | Brad King | 2011-07-26 | 1 | -13/+13 |
|\ |
|
| * | Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS X | Clinton Stimpson | 2011-07-25 | 1 | -13/+13 |
|
|
* | | Add qt4/QtCore to help find Qt headers when cross-compiling. | Clinton Stimpson | 2011-07-22 | 1 | -1/+1 |
|/ |
|
* | Add imported targets support for frameworks on Mac. | Clinton Stimpson | 2011-06-13 | 1 | -23/+24 |
|
|
* | When cross compiling, don't double-root paths when using find_*. | Markus Rathgeb | 2011-03-10 | 1 | -34/+34 |
|
|
* | Fix regression in 43cb9b8. | Clinton Stimpson | 2011-02-24 | 1 | -0/+5 |
|
|
* | Merge topic 'qt4-fphsa' | Brad King | 2011-02-22 | 1 | -133/+52 |
|\ |
|
| * | When checking find_package() components, special case qtmain. | Clinton Stimpson | 2011-02-04 | 1 | -1/+7 |
|
|
| * | FindQt4: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
| * | Change to use fphsa to check required variables and version. | Clinton Stimpson | 2011-01-15 | 1 | -133/+46 |
|
|
* | | Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868. | Clinton Stimpson | 2011-02-19 | 1 | -4/+21 |
|
|
* | | Replace exec_program with execute_process for qmake queries. | Clinton Stimpson | 2011-01-18 | 1 | -1/+4 |
|/ |
|
* | Add support for using static/dynamic Qt plugins. | Clinton Stimpson | 2011-01-01 | 1 | -9/+83 |
|
|
* | Fix regression in 2dae2f1 which added find of Qt imports dir. | Clinton Stimpson | 2010-10-15 | 1 | -2/+2 |
|
|
* | Find imports dir in Qt 4.7 | Clinton Stimpson | 2010-10-09 | 1 | -37/+36 |
|
|
* | Merge topic 'findqt4-cross-compile' | Brad King | 2010-09-28 | 1 | -1/+3 |
|\ |
|
| * | Fix regression in cross-compile patches with finding Qt libs. | Clinton Stimpson | 2010-09-23 | 1 | -1/+3 |
|
|
* | | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|/ |
|
* | Fix mingw/VS warning message with cross compile re-org. | Clinton Stimpson | 2010-07-15 | 1 | -8/+8 |
|
|
* | Find correct Qt plugins for cross-compiling. | Clinton Stimpson | 2010-07-06 | 1 | -1/+7 |
|
|
* | Fix some issues with refinding when qmake executable is changed. | Clinton Stimpson | 2010-07-06 | 1 | -0/+7 |
|
|
* | Tweak for cygwin, don't convert : to ; | Clinton Stimpson | 2010-07-03 | 1 | -2/+2 |
|
|
* | Add cross-compiling support to FindQt4.cmake | Clinton Stimpson | 2010-07-02 | 1 | -239/+222 |
|
|
* | Remove macro for querying qmake for qmake variables. | Clinton Stimpson | 2010-06-12 | 1 | -28/+0 |
|
|
* | Change to use FindX11.cmake. Should fix #9929. | Clinton Stimpson | 2010-03-17 | 1 | -1/+1 |
|
|
* | ENH: Clarify a doc string. Fixes #10358. | Clinton Stimpson | 2010-03-17 | 1 | -1/+3 |
|
|
* | Add support for QtDeclartive module. | Clinton Stimpson | 2010-02-18 | 1 | -2/+9 |
|
|
* | -make the imported targets feature of FindQt4.cmake fully backwards compatible | Alexander Neundorf | 2010-01-18 | 1 | -42/+110 |
|
|
* | some tweaks as suggested by Brad (no functional changes) | Alexander Neundorf | 2010-01-18 | 1 | -16/+4 |
|
|
* | -create imported library targets for the Qt4 libs | Alexander Neundorf | 2010-01-17 | 1 | -34/+32 |
|
|
* | Fix bug #10114. Find phonon on some installations. | Clinton Stimpson | 2010-01-13 | 1 | -0/+10 |
|
|
* | fix logic of _QT4_ADJUST_LIB_VARS() wrt. release- and debug libraries | Alexander Neundorf | 2009-12-23 | 1 | -13/+15 |
|
|
* | sync with KDE: sort the libs alphabetically | Alexander Neundorf | 2009-12-20 | 1 | -9/+8 |
|
|
* | -add support for QtMultimedia and some sync with KDE | Alexander Neundorf | 2009-12-20 | 1 | -6/+11 |
|
|
* | -better support for Qt4 as frameworks | Alexander Neundorf | 2009-12-16 | 1 | -1/+10 |
|
|
* | also provide QT_DESIGNER_EXECUTABLE and QT_LINGUIST_EXECUTABLE | Alexander Neundorf | 2009-11-23 | 1 | -1/+18 |
|
|
* | Don't search for QtMotif on all platforms - only on X11. | Clinton Stimpson | 2009-11-17 | 1 | -39/+46 |
|
|
* | Split some logic of FindQt4.cmake into separate files, which are included aut... | Alexander Neundorf | 2009-11-15 | 1 | -672/+11 |
|
|
* | also search for "qmake-mac", which is installed by macports (http://lists.kde... | Alexander Neundorf | 2009-11-12 | 1 | -1/+3 |
|
|
* | Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of Q... | Alexander Neundorf | 2009-11-10 | 1 | -1/+1 |
|
|
* | Sort documentation entries better and move mark_as_advanced() a bit back | Alexander Neundorf | 2009-11-09 | 1 | -12/+12 |
|
|
* | -another tiny sync with KDE4, no functional changes | Alexander Neundorf | 2009-11-08 | 1 | -2/+6 |
|
|
* | some syncing with FindQt4.cmake from KDE, no functional changes | Alexander Neundorf | 2009-11-08 | 1 | -9/+16 |
|
|
* | Check for openssl-linked option with Qt 4.4+ before making ssl a dependency. | Clinton Stimpson | 2009-10-07 | 1 | -6/+15 |
|
|
* | When getting include dirs for moc, also watch for framework includes and use ... | Clinton Stimpson | 2009-10-05 | 1 | -1/+6 |
|
|
* | some syncing with the FindQt4.cmake from KDE | Alexander Neundorf | 2009-10-04 | 1 | -13/+13 |
|
|