| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Find debug libs from static Qt on Windows. | Clinton Stimpson | 2008-05-26 | 1 | -18/+18 |
|
|
* | ENH: use PATHS keyword | Bill Hoffman | 2008-05-23 | 1 | -0/+1 |
|
|
* | ENH: Make Qt not found if the QtCore library can't be found. | Clinton Stimpson | 2008-05-21 | 1 | -3/+17 |
|
|
* | ENH: Qt/Mac binary install puts QtCLucene library in a different place than the | Clinton Stimpson | 2008-05-09 | 1 | -0/+4 |
|
|
* | ENH: Allow finding phonon and QtDBus on Mac. Fixes #6950. | Clinton Stimpson | 2008-05-03 | 1 | -0/+2 |
|
|
* | BUG: Fix typo reported in #6790. | Clinton Stimpson | 2008-04-10 | 1 | -1/+1 |
|
|
* | BUG: Fix problem with last patch when trying to take substr of shorter strings | Clinton Stimpson | 2008-04-07 | 1 | -1/+5 |
|
|
* | BUG: Fix 6726. Create correct moc rule for configured headers in binary dir. | Clinton Stimpson | 2008-04-07 | 1 | -1/+7 |
|
|
* | BUG: make sure all paths extracted from qmake are converted to cmake paths be... | Bill Hoffman | 2008-04-02 | 1 | -4/+20 |
|
|
* | STYLE: add documentation for QT4_CREATE_MOC and QT4_AUTOMOC (#6687) | Alexander Neundorf | 2008-04-01 | 1 | -2/+17 |
|
|
* | ENH: Add QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH variables. | Clinton Stimpson | 2008-03-27 | 1 | -8/+12 |
|
|
* | ENH: fix if | Bill Hoffman | 2008-03-24 | 1 | -1/+1 |
|
|
* | BUG: Fix issue when Qt from Linux distro is used | Clinton Stimpson | 2008-03-19 | 1 | -43/+47 |
|
|
* | BUG: Don't clear output strings before using. | Clinton Stimpson | 2008-03-19 | 1 | -2/+2 |
|
|
* | STYLE: Improve documentation by expanding on how UseQt4.cmake fits in. | Clinton Stimpson | 2008-03-18 | 1 | -10/+33 |
|
|
* | STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via UseQt4... | Alexander Neundorf | 2008-03-18 | 1 | -2/+4 |
|
|
* | STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't exist | Alexander Neundorf | 2008-03-18 | 1 | -2/+1 |
|
|
* | ENH: Satisfy QtDBus dependencies for builds with static Qt. | Clinton Stimpson | 2008-03-18 | 1 | -4/+33 |
|
|
* | ENH: For Mac OS X, remove QuickTime link for Qt 4.3+ and add AppKit link for... | Clinton Stimpson | 2008-03-17 | 1 | -1/+12 |
|
|
* | ENH: Added FindPackageMessage module | Brad King | 2008-03-17 | 1 | -3/+3 |
|
|
* | BUG: Fix typo to find QAssistantClient header. | Clinton Stimpson | 2008-03-14 | 1 | -1/+1 |
|
|
* | ENH: Satisfy QtNetwork and QtOpenGL dependencies for builds with static Qt. | Clinton Stimpson | 2008-03-14 | 1 | -1/+13 |
|
|
* | ENH: Automatically add dependent modules. | Clinton Stimpson | 2008-03-14 | 1 | -23/+23 |
|
|
* | ENH: Support static Qt 4.4 builds using QtHelp module. | Clinton Stimpson | 2008-03-14 | 1 | -0/+4 |
|
|
* | ENH: Add support for Qt 4.4's phonon module. | Clinton Stimpson | 2008-03-13 | 1 | -0/+16 |
|
|
* | ENH: Add support for new modules in Qt 4.4. Fixes #6316. | Clinton Stimpson | 2008-03-13 | 1 | -106/+117 |
|
|
* | ENH: Allow users to recover from trying to use an improperly installed Qt | Clinton Stimpson | 2008-03-05 | 1 | -10/+10 |
|
|
* | BUG: Fix error when paths have + in them. (special regex characters) | Clinton Stimpson | 2008-02-14 | 1 | -6/+1 |
|
|
* | BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in th... | Brad King | 2008-02-13 | 1 | -1/+12 |
|
|
* | ENH: Better way to have escaping done correctly for all generators. | Clinton Stimpson | 2008-02-08 | 1 | -3/+3 |
|
|
* | BUG: Fix arg for moc parameter file so it works with unix makefiles, when the | Clinton Stimpson | 2008-02-08 | 1 | -1/+1 |
|
|
* | BUG: When preserving relative paths for moc generated files, | Clinton Stimpson | 2008-02-01 | 1 | -1/+6 |
|
|
* | ENH: Make lupdate and lrelease executables advanced variables. | Clinton Stimpson | 2008-01-29 | 1 | -1/+3 |
|
|
* | ENH: Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h | Clinton Stimpson | 2008-01-29 | 1 | -2/+11 |
|
|
* | ENH: Improve find for glib/gthread when Qt is configured to use it. | Clinton Stimpson | 2008-01-29 | 1 | -6/+24 |
|
|
* | ENH: Add macros to handle translations. Fixes #6229. | Clinton Stimpson | 2008-01-22 | 1 | -0/+72 |
|
|
* | ENH: For moc commands on Windows, use @param_file method to allow arguments | Clinton Stimpson | 2008-01-11 | 1 | -24/+26 |
|
|
* | ENH: Better QT4_EXTRACT_OPTIONS macro. | Clinton Stimpson | 2007-12-19 | 1 | -14/+15 |
|
|
* | ENH: should define QT_DLL instead of QT_SHARED | Clinton Stimpson | 2007-12-18 | 1 | -4/+3 |
|
|
* | ENH: Improve documentation of new features. | Clinton Stimpson | 2007-12-18 | 1 | -3/+15 |
|
|
* | STYLE: some whitespace syncing with FindQt4.cmake in KDE svn | Alexander Neundorf | 2007-12-16 | 1 | -3/+4 |
|
|
* | ENH: Add OPTIONS argument to some Qt4 macros. | Clinton Stimpson | 2007-12-14 | 1 | -11/+28 |
|
|
* | ENH: Correctly find UiTools library on Mac w/ binary install of Qt. | Clinton Stimpson | 2007-12-11 | 1 | -0/+4 |
|
|
* | ENH: Fix case of windows library names to support | Clinton Stimpson | 2007-11-14 | 1 | -2/+2 |
|
|
* | BUG: handle qmake returning multiple paths for mkspecs. Fixes #5935 | Clinton Stimpson | 2007-11-08 | 1 | -2/+5 |
|
|
* | ENH: Add support for static Qt 4.3 builds. | Clinton Stimpson | 2007-11-08 | 1 | -2/+26 |
|
|
* | ENH: set QT_EDITION_DESKTOPLIGHT and do not disable modules | Bill Hoffman | 2007-09-27 | 1 | -13/+4 |
|
|
* | ENH: look for qt in a beter registry place and disable modules that won't wor... | Bill Hoffman | 2007-09-27 | 1 | -4/+18 |
|
|
* | BUG: if Qt is installed as a framework, add -F to the command line so | Alexander Neundorf | 2007-09-19 | 1 | -3/+10 |
|
|
* | ENH: support QtScript (since Qt 4.3), #4632 | Alexander Neundorf | 2007-08-21 | 1 | -0/+19 |
|
|