index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindQt4.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for openssl-linked option with Qt 4.4+ before making ssl a dependency.
Clinton Stimpson
2009-10-07
1
-6/+15
*
When getting include dirs for moc, also watch for framework includes and use ...
Clinton Stimpson
2009-10-05
1
-1/+6
*
some syncing with the FindQt4.cmake from KDE
Alexander Neundorf
2009-10-04
1
-13/+13
*
-add the additional features for the dbus macros from KDE's FindQt4.cmake
Alexander Neundorf
2009-10-03
1
-7/+13
*
document how the minimum version can be specified
Alexander Neundorf
2009-10-01
1
-54/+57
*
Add documentation for Cocoa flag and move Motif under X11 flag.
Clinton Stimpson
2009-10-01
1
-1/+9
*
Convert CMake find-modules to BSD License
Brad King
2009-09-28
1
-0/+12
*
add support for finding qcollectiongenerator executable. fixes #9248.
Clinton Stimpson
2009-09-22
1
-9/+17
*
Add support for Qt configured with custom qtlibinfix (see issue 9571). Also ...
Clinton Stimpson
2009-09-22
1
-35/+36
*
Fix issue 9581. Qt 4.5+ needs gobject-2.0.
Clinton Stimpson
2009-09-22
1
-0/+27
*
use -o flag instead of > for qdbuscpp2xml
Clinton Stimpson
2009-09-01
1
-1/+1
*
BUG: fix relative paths from different drives on Windows
Clinton Stimpson
2009-07-16
1
-0/+3
*
ENH: Better error message for those who switch from Qt3 to Qt4 and don't cle...
Clinton Stimpson
2009-05-19
1
-4/+4
*
BUG: Fix spaces in file paths for lupdate command
Clinton Stimpson
2009-05-06
1
-1/+4
*
ENH: Add support for QtScriptTools in Qt 4.5.
Clinton Stimpson
2009-05-06
1
-0/+1
*
ENH: Add support for QtScriptTools in Qt 4.5.
Clinton Stimpson
2009-05-06
1
-1/+5
*
ENH: Do a recheck of QT_MAC_USE_COCOA when qmake executable changes.
Clinton Stimpson
2009-03-26
1
-0/+3
*
ENH: Support OUTPUT_LOCATION property for qm files.
Clinton Stimpson
2009-03-25
1
-1/+7
*
BUG: Need to fix find of qtmain library when qmake executable is changed.
Clinton Stimpson
2009-03-19
1
-0/+4
*
ENH: add patch from Debian, which adds support lrelease-qt4 and lupdate-qt4
Alexander Neundorf
2009-02-25
1
-2/+2
*
ENH: Support COMPONENTS argument to find_package().
Clinton Stimpson
2009-02-19
1
-17/+34
*
ENH: Support version argument in find_package().
Clinton Stimpson
2009-02-19
1
-2/+41
*
ENH: Allowing finding a relocated Qt installation which contains a qt.conf t...
Clinton Stimpson
2009-02-13
1
-23/+14
*
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
*
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
*
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
*
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, libra...
Clinton Stimpson
2008-10-14
1
-294/+117
*
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
*
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
*
ENH: For #7433, add documentation that directories also can be specified to
Clinton Stimpson
2008-08-30
1
-3/+3
*
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
*
BUG: fix closing IF()
Alexander Neundorf
2008-08-17
1
-1/+1
*
BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be
Alexander Neundorf
2008-08-16
1
-4/+17
*
BUG: Watch for empty qconfig.pri files. Fixes #7287.
Clinton Stimpson
2008-07-05
1
-3/+3
[next]