index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
FindQt4.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: patch from #5054: also search for QtUitoolsd lib
Alexander Neundorf
2007-06-08
1
-1
/
+1
*
BUG: Fix bug introduced by revision 1.67. The qmake query mode prints inform...
Brad King
2007-03-01
1
-2
/
+5
*
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
*
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-18
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
*
ENH: add QT_USE_QTDBUS as it exists for all other modules too
Alexander Neundorf
2007-01-04
1
-0
/
+1
*
BUG: also look for qmake4, as it is named on OpenBSD
Alexander Neundorf
2007-01-04
1
-8
/
+8
*
ENH: partly sync with KDE svn: add the macros for generating the dbus files
Alexander Neundorf
2007-01-03
1
-45
/
+153
*
ENH: mark more variables ADVANCED
Alexander Neundorf
2007-01-03
1
-4
/
+3
*
ENH: partly sync with KDE svn: handle QtMain more like the other libs
Alexander Neundorf
2007-01-03
1
-10
/
+12
*
BUG: argument names in macros are not real variables, which can lead to probl...
Alexander Neundorf
2007-01-03
1
-8
/
+10
*
STYLE: some more space to make it easier to read
Alexander Neundorf
2007-01-03
1
-1
/
+4
*
ENH: partly sync with KDE svn: also find the QtDBus and the QtDesignerCompone...
Alexander Neundorf
2007-01-03
1
-12
/
+56
*
ENH: partly sync with the KDE vesion: find the dbus tools coming with Qt sinc...
Alexander Neundorf
2007-01-03
1
-20
/
+34
*
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
*
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
*
ENH: centralized locaiton of CMakeFiles setting
Ken Martin
2006-06-14
1
-12
/
+20
*
ENH: add qtmain to findqt
Bill Hoffman
2006-05-25
1
-0
/
+6
*
BUG: kde3: use QT_UIC_EXECUTABLE instead of simply uic
Alexander Neundorf
2006-05-19
1
-119
/
+119
*
ENH: remove bad quoteed code
Bill Hoffman
2006-05-12
1
-4
/
+3
*
ENH: fix path problem with qt
Bill Hoffman
2006-05-12
1
-72
/
+74
*
ENH: fix for bug 3216 allow full path to qt input files
Bill Hoffman
2006-05-11
1
-2
/
+2
*
ENH: fix windows path issue
Bill Hoffman
2006-05-05
1
-4
/
+4
*
ENH: fix qt version detection
Bill Hoffman
2006-05-02
1
-3
/
+3
*
ENH: use the ADD_FILE_DEPENDENCIES() macro coming with cmake instead a
Alexander Neundorf
2006-04-27
1
-21
/
+11
*
ENH: -apply the patches by Clinton Stimpson and Kenneth Moreland which fix
Alexander Neundorf
2006-04-27
1
-451
/
+605
*
BUG: Fix typo
Andy Cedilnik
2006-02-28
1
-1
/
+1
*
ENH: Add support for debian having both qt3 and qt4
Andy Cedilnik
2006-02-28
1
-1
/
+1
*
ENH: use program files env for searching
Bill Hoffman
2006-02-28
1
-0
/
+1
*
BUG: Fixed qt version message. Submitted by Tanner Lovelace.
Brad King
2006-02-08
1
-1
/
+1
[next]