Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add patch from Debian, which adds support lrelease-qt4 and lupdate-qt4 | Alexander Neundorf | 2009-02-25 | 1 | -2/+2 |
| | | | | | | http://patch-tracking.debian.net/patch/series/view/cmake/2.6.3-1/FindQt4_qt4_lupdate_lrelease.diff Alex | ||||
* | ENH: Support COMPONENTS argument to find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -17/+34 |
| | | | | See bug #8542. | ||||
* | ENH: Support version argument in find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -2/+41 |
| | | | | See bug #8542. | ||||
* | ENH: Allowing finding a relocated Qt installation which contains a qt.conf ↵ | Clinton Stimpson | 2009-02-13 | 1 | -23/+14 |
| | | | | | | to override the hardcoded paths in qmake. Fixes #8532. | ||||
* | ENH: Change FILEPATH to STRING for a list of libraries. | Clinton Stimpson | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | ENH: Support .hpp with automoc. | Clinton Stimpson | 2009-02-09 | 1 | -1/+5 |
| | |||||
* | BUG: When detecting if qmake executable is changed, don't error if path | Clinton Stimpson | 2009-02-07 | 1 | -3/+3 |
| | | | | contains regex chars. | ||||
* | ENH: Add support for building with Qt's ActiveX support on Windows. | Clinton Stimpson | 2009-02-06 | 1 | -0/+31 |
| | |||||
* | ENH: Also find .moc files if there are spaces between # and include. | Clinton Stimpson | 2009-01-29 | 1 | -1/+1 |
| | | | | Fixes #8433. | ||||
* | BUG: Fixed recent regression when finding some includes. | Clinton Stimpson | 2009-01-26 | 1 | -3/+3 |
| | |||||
* | ENH: Add convenience for identifying Cocoa based Qt. | Clinton Stimpson | 2009-01-23 | 1 | -0/+3 |
| | |||||
* | BUG: Fix for #8247. | Clinton Stimpson | 2008-12-15 | 1 | -5/+17 |
| | | | | | Add QT_TRANSLATIONS_DIR pointing to the Qt translation files, and docs for it. Also add docs for QT_BINARY_DIR. | ||||
* | BUG: Revert 1.138. | Clinton Stimpson | 2008-11-25 | 1 | -14/+23 |
| | |||||
* | BUG: Fix #7969. Fix moc output files if source dir contains regex characters. | Clinton Stimpson | 2008-11-05 | 1 | -5/+7 |
| | |||||
* | BUG: Fix find of assistant on Mac. | Clinton Stimpson | 2008-10-24 | 1 | -2/+2 |
| | |||||
* | BUG: Fix regression in finding QtAssistant | Clinton Stimpson | 2008-10-20 | 1 | -3/+17 |
| | |||||
* | ENH: better way to find uic and moc. | Clinton Stimpson | 2008-10-15 | 1 | -23/+14 |
| | |||||
* | ENH: When changing the qmake pointed to, re-find all of Qt's includes, ↵ | Clinton Stimpson | 2008-10-14 | 1 | -294/+117 |
| | | | | | | libraries, etc... This makes it much easier to switch between Qt versions. | ||||
* | BUG: Fix find of dbus dependency in Qt 4.4 | Clinton Stimpson | 2008-10-13 | 1 | -3/+3 |
| | |||||
* | ENH: Fix #7784. Fix link of glib when needed. | Clinton Stimpson | 2008-10-07 | 1 | -6/+7 |
| | |||||
* | ENH: Fix #7433. Put list of files in a .pro file and call lupdate on it, | Clinton Stimpson | 2008-09-22 | 1 | -3/+17 |
| | | | | instead of putting the list of files on the command line. | ||||
* | BUG: remove debug statements. | Clinton Stimpson | 2008-09-22 | 1 | -2/+0 |
| | |||||
* | ENH: For #7433, add a bit more documentation and add ability | Clinton Stimpson | 2008-09-18 | 1 | -3/+9 |
| | | | | to specify extra flags to lupdate. | ||||
* | ENH: For #7433, add documentation that directories also can be specified to | Clinton Stimpson | 2008-08-30 | 1 | -3/+3 |
| | | | | update the translation files. | ||||
* | ENH: Add comments about pre-processor defines and moc. | Clinton Stimpson | 2008-08-26 | 1 | -2/+3 |
| | |||||
* | ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS. | Clinton Stimpson | 2008-08-26 | 1 | -4/+6 |
| | |||||
* | ENH: Add -DWIN32 for moc on Windows. Final fix for #7465. | Clinton Stimpson | 2008-08-26 | 1 | -0/+3 |
| | |||||
* | ENH: Add -D preprocessor defines to the moc commands. | Clinton Stimpson | 2008-08-25 | 1 | -16/+16 |
| | | | | Needed to fix #7465. | ||||
* | BUG: fix closing IF() | Alexander Neundorf | 2008-08-17 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be | Alexander Neundorf | 2008-08-16 | 1 | -4/+17 |
| | | | | | | | | | | | | | found in the system Qt3 and Qt4 cannot be used together in one project. Now Qt3/KDE3 and Qt4/KDE4 handle the case that this is done nevertheless properly, i.e. they fail with FATAL_ERROR if it was REQUIRED and they fail with just MESSAGE(STATUS ...) and RETURN() if it was not REQUIRED BUG: make FindQt4 error out with FATAL_ERROR also if it was searched QUIET Alex | ||||
* | BUG: Watch for empty qconfig.pri files. Fixes #7287. | Clinton Stimpson | 2008-07-05 | 1 | -3/+3 |
| | |||||
* | BUG: Fix for #7118. | Clinton Stimpson | 2008-06-06 | 1 | -0/+1 |
| | | | | | Relative paths going outside the current source dir resulted in badly placed moc source files in the build dir (or out of the build dir). | ||||
* | ENH: Some Linux distros don't install xorg-devel, png-devel, etc... when | Clinton Stimpson | 2008-06-03 | 1 | -14/+49 |
| | | | | | qt4-devel is installed. Finding them was required to support building against static Qt. Changing it so they are ignored if not found. | ||||
* | 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 |
| | | | | Also report an error when trying to use MSVC with Qt built by mingw. | ||||
* | ENH: Qt/Mac binary install puts QtCLucene library in a different place than the | Clinton Stimpson | 2008-05-09 | 1 | -0/+4 |
| | | | | normal Qt frameworks. Let's find it. | ||||
* | 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 |
| | | | | than expected. Fixes #6730. | ||||
* | 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 ↵ | Bill Hoffman | 2008-04-02 | 1 | -4/+20 |
| | | | | because on windows they will have \ instead of / and you can get odd escaping errors | ||||
* | STYLE: add documentation for QT4_CREATE_MOC and QT4_AUTOMOC (#6687) | Alexander Neundorf | 2008-04-01 | 1 | -2/+17 |
| | | | | Alex | ||||
* | 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 |
| | | | | and glib and dbus development packages aren't installed. | ||||
* | 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 ↵ | Alexander Neundorf | 2008-03-18 | 1 | -2/+4 |
| | | | | | | UseQt4.cmake Alex | ||||
* | STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't exist | Alexander Neundorf | 2008-03-18 | 1 | -2/+1 |
| | | | | | | in cmake 2.4.3, the first stable cmake 2.4.x release Alex |