summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add patch from Debian, which adds support lrelease-qt4 and lupdate-qt4Alexander Neundorf2009-02-251-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 Stimpson2009-02-191-17/+34
| | | | See bug #8542.
* ENH: Support version argument in find_package().Clinton Stimpson2009-02-191-2/+41
| | | | See bug #8542.
* ENH: Allowing finding a relocated Qt installation which contains a qt.conf ↵Clinton Stimpson2009-02-131-23/+14
| | | | | | to override the hardcoded paths in qmake. Fixes #8532.
* ENH: Change FILEPATH to STRING for a list of libraries.Clinton Stimpson2009-02-101-2/+2
|
* ENH: Support .hpp with automoc.Clinton Stimpson2009-02-091-1/+5
|
* BUG: When detecting if qmake executable is changed, don't error if pathClinton Stimpson2009-02-071-3/+3
| | | | contains regex chars.
* ENH: Add support for building with Qt's ActiveX support on Windows.Clinton Stimpson2009-02-061-0/+31
|
* ENH: Also find .moc files if there are spaces between # and include.Clinton Stimpson2009-01-291-1/+1
| | | | Fixes #8433.
* BUG: Fixed recent regression when finding some includes.Clinton Stimpson2009-01-261-3/+3
|
* ENH: Add convenience for identifying Cocoa based Qt.Clinton Stimpson2009-01-231-0/+3
|
* BUG: Fix for #8247.Clinton Stimpson2008-12-151-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 Stimpson2008-11-251-14/+23
|
* BUG: Fix #7969. Fix moc output files if source dir contains regex characters.Clinton Stimpson2008-11-051-5/+7
|
* BUG: Fix find of assistant on Mac.Clinton Stimpson2008-10-241-2/+2
|
* BUG: Fix regression in finding QtAssistantClinton Stimpson2008-10-201-3/+17
|
* ENH: better way to find uic and moc.Clinton Stimpson2008-10-151-23/+14
|
* ENH: When changing the qmake pointed to, re-find all of Qt's includes, ↵Clinton Stimpson2008-10-141-294/+117
| | | | | | libraries, etc... This makes it much easier to switch between Qt versions.
* BUG: Fix find of dbus dependency in Qt 4.4Clinton Stimpson2008-10-131-3/+3
|
* ENH: Fix #7784. Fix link of glib when needed.Clinton Stimpson2008-10-071-6/+7
|
* ENH: Fix #7433. Put list of files in a .pro file and call lupdate on it,Clinton Stimpson2008-09-221-3/+17
| | | | instead of putting the list of files on the command line.
* BUG: remove debug statements.Clinton Stimpson2008-09-221-2/+0
|
* ENH: For #7433, add a bit more documentation and add abilityClinton Stimpson2008-09-181-3/+9
| | | | to specify extra flags to lupdate.
* ENH: For #7433, add documentation that directories also can be specified toClinton Stimpson2008-08-301-3/+3
| | | | update the translation files.
* ENH: Add comments about pre-processor defines and moc.Clinton Stimpson2008-08-261-2/+3
|
* ENH: Use COMPILE_DEFINTIONS instead of DEFINITIONS.Clinton Stimpson2008-08-261-4/+6
|
* ENH: Add -DWIN32 for moc on Windows. Final fix for #7465.Clinton Stimpson2008-08-261-0/+3
|
* ENH: Add -D preprocessor defines to the moc commands.Clinton Stimpson2008-08-251-16/+16
| | | | Needed to fix #7465.
* BUG: fix closing IF()Alexander Neundorf2008-08-171-1/+1
| | | | Alex
* BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can beAlexander Neundorf2008-08-161-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 Stimpson2008-07-051-3/+3
|
* BUG: Fix for #7118.Clinton Stimpson2008-06-061-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... whenClinton Stimpson2008-06-031-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 Stimpson2008-05-261-18/+18
|
* ENH: use PATHS keywordBill Hoffman2008-05-231-0/+1
|
* ENH: Make Qt not found if the QtCore library can't be found.Clinton Stimpson2008-05-211-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 theClinton Stimpson2008-05-091-0/+4
| | | | normal Qt frameworks. Let's find it.
* ENH: Allow finding phonon and QtDBus on Mac. Fixes #6950.Clinton Stimpson2008-05-031-0/+2
|
* BUG: Fix typo reported in #6790.Clinton Stimpson2008-04-101-1/+1
|
* BUG: Fix problem with last patch when trying to take substr of shorter stringsClinton Stimpson2008-04-071-1/+5
| | | | than expected. Fixes #6730.
* BUG: Fix 6726. Create correct moc rule for configured headers in binary dir.Clinton Stimpson2008-04-071-1/+7
|
* BUG: make sure all paths extracted from qmake are converted to cmake paths ↵Bill Hoffman2008-04-021-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 Neundorf2008-04-011-2/+17
| | | | Alex
* ENH: Add QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH variables.Clinton Stimpson2008-03-271-8/+12
|
* ENH: fix ifBill Hoffman2008-03-241-1/+1
|
* BUG: Fix issue when Qt from Linux distro is usedClinton Stimpson2008-03-191-43/+47
| | | | and glib and dbus development packages aren't installed.
* BUG: Don't clear output strings before using.Clinton Stimpson2008-03-191-2/+2
|
* STYLE: Improve documentation by expanding on how UseQt4.cmake fits in.Clinton Stimpson2008-03-181-10/+33
|
* STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via ↵Alexander Neundorf2008-03-181-2/+4
| | | | | | UseQt4.cmake Alex
* STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't existAlexander Neundorf2008-03-181-2/+1
| | | | | | in cmake 2.4.3, the first stable cmake 2.4.x release Alex