Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: For moc commands on Windows, use @param_file method to allow arguments | Clinton Stimpson | 2008-01-11 | 1 | -24/+26 |
| | | | | | longer than Windows' command length limitation. Fixes #6221. | ||||
* | 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 |
| | | | | Alex | ||||
* | ENH: Add OPTIONS argument to some Qt4 macros. | Clinton Stimpson | 2007-12-14 | 1 | -11/+28 |
| | | | | Addresses #6125. | ||||
* | ENH: Correctly find UiTools library on Mac w/ binary install of Qt. | Clinton Stimpson | 2007-12-11 | 1 | -0/+4 |
| | | | | Fixes #4554. | ||||
* | ENH: Fix case of windows library names to support | Clinton Stimpson | 2007-11-14 | 1 | -2/+2 |
| | | | | cross compiling w/ Qt on case sensitive platforms. | ||||
* | 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 ↵ | Bill Hoffman | 2007-09-27 | 1 | -4/+18 |
| | | | | work with DesktopLight, also set QT_EDITION variable | ||||
* | BUG: if Qt is installed as a framework, add -F to the command line so | Alexander Neundorf | 2007-09-19 | 1 | -3/+10 |
| | | | | | | Q_WS_MAC can be detected correctly Alex | ||||
* | ENH: support QtScript (since Qt 4.3), #4632 | Alexander Neundorf | 2007-08-21 | 1 | -0/+19 |
| | | | | Alex | ||||
* | ENH: patch from #5054: also search for QtUitoolsd lib | Alexander Neundorf | 2007-06-08 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: Fix bug introduced by revision 1.67. The qmake query mode prints ↵ | Brad King | 2007-03-01 | 1 | -2/+5 |
| | | | | information to stderr on some platforms. The OUTPUT_VARIABLE and ERROR_VARIABLE must be the same variable to get all the output. | ||||
* | BUG: fix for bug # 3954 glib with qt | Bill Hoffman | 2007-02-20 | 1 | -1/+9 |
| | |||||
* | BUG: fix for bug 4187 fix typo in docs | Bill Hoffman | 2007-02-20 | 1 | -2/+2 |
| | |||||
* | BUG: fix for bug 4464 handle qmake errors better | Bill Hoffman | 2007-02-19 | 1 | -3/+9 |
| | |||||
* | BUG: fix for bug 4399 | Bill Hoffman | 2007-02-07 | 1 | -1/+3 |
| | |||||
* | ENH: fix depend bug in qt | Bill Hoffman | 2007-02-02 | 1 | -2/+7 |
| | |||||
* | BUG: finally fix #4331, the previous version just caught the tag, the | Alexander Neundorf | 2007-01-31 | 1 | -2/+2 |
| | | | | | | filename not at all Alex | ||||
* | COMP: Fix typo that makes all Qt4 builds break | Andy Cedilnik | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 4331 | Bill Hoffman | 2007-01-19 | 1 | -2/+2 |
| | |||||
* | BUG: fix for bug 4331 | Bill Hoffman | 2007-01-19 | 1 | -2/+2 |
| | |||||
* | ENH: if a wrong qmake has been found, mark it as invalid in the cache, so | Alexander Neundorf | 2007-01-04 | 1 | -15/+19 |
| | | | | | | | | that it is searched again the next time cmake runs Tested in KDE since Jul 5th: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=558318&view=rev Alex | ||||
* | ENH: add QT_USE_QTDBUS as it exists for all other modules too | Alexander Neundorf | 2007-01-04 | 1 | -0/+1 |
| | | | | Alex | ||||
* | BUG: also look for qmake4, as it is named on OpenBSD | Alexander Neundorf | 2007-01-04 | 1 | -8/+8 |
| | | | | Alex | ||||
* | ENH: partly sync with KDE svn: add the macros for generating the dbus files | Alexander Neundorf | 2007-01-03 | 1 | -45/+153 |
| | | | | Alex | ||||
* | ENH: mark more variables ADVANCED | Alexander Neundorf | 2007-01-03 | 1 | -4/+3 |
| | | | | Alex | ||||
* | ENH: partly sync with KDE svn: handle QtMain more like the other libs | Alexander Neundorf | 2007-01-03 | 1 | -10/+12 |
| | | | | Alex | ||||
* | BUG: argument names in macros are not real variables, which can lead to ↵ | Alexander Neundorf | 2007-01-03 | 1 | -8/+10 |
| | | | | | | problems, which we fixed for KDE in Trysil: http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake?rev=557470&r1=557241&r2=557470 Alex | ||||
* | STYLE: some more space to make it easier to read | Alexander Neundorf | 2007-01-03 | 1 | -1/+4 |
| | | | | Alex | ||||
* | ENH: partly sync with KDE svn: also find the QtDBus and the ↵ | Alexander Neundorf | 2007-01-03 | 1 | -12/+56 |
| | | | | | | QtDesignerComponents libraries Alex | ||||
* | ENH: partly sync with the KDE vesion: find the dbus tools coming with Qt ↵ | Alexander Neundorf | 2007-01-03 | 1 | -20/+34 |
| | | | | | | since 4.2 Alex | ||||
* | ENH: add depend information from qrc files | Bill Hoffman | 2006-11-13 | 1 | -1/+11 |
| | |||||
* | ENH: look for QtAssistantClient4 | Bill Hoffman | 2006-11-02 | 1 | -2/+2 |
| | |||||
* | BUG: fix for bug#3898 find qt plugin dir | Bill Hoffman | 2006-10-13 | 1 | -0/+9 |
| | |||||
* | ENH: make qmake-qt4 really work if qmake is qt3 also fix indent in file, for ↵ | Bill Hoffman | 2006-10-04 | 1 | -149/+151 |
| | | | | diff use cvs diff -w | ||||
* | BUG: fix for bug#3720 | Bill Hoffman | 2006-10-03 | 1 | -0/+9 |
| | |||||
* | ENH: fix from clinton | Bill Hoffman | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | ENH: fixes from Clinton to allow qt to work with static libs | Bill Hoffman | 2006-09-06 | 1 | -74/+192 |
| | |||||
* | ENH: fix for qtmain | Bill Hoffman | 2006-08-01 | 1 | -1/+3 |
| | |||||
* | ENH: fix for location of error log | Bill Hoffman | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: add QtCored as a possible name for qtcore debug | Bill Hoffman | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: fix for optimized debug stuff | Bill Hoffman | 2006-08-01 | 1 | -5/+9 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 1 | -5/+0 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | ENH: put back find qtmain | Bill Hoffman | 2006-08-01 | 1 | -0/+8 |
| | |||||
* | ENH: Updates from KDE | Andy Cedilnik | 2006-06-16 | 1 | -55/+22 |
| |