index
:
extra-cmake-modules.git
hurd
master
hurd extra-cmake-modules.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
FindKDEWIN32.cmake
Age
Commit message (
Expand
)
Author
2006-09-09
added copyright notice everywhere.
Alexander Neundorf
2006-06-05
remove MacroGetenvWinPath.cmake, this is not required anymore since cmake 2.4.1
Alexander Neundorf
2006-05-18
change error message
Peter Kümmel
2006-05-18
handle all msvc generators correct: debug/release, nmake/project generators
Peter Kümmel
2006-05-16
Optimization: don't look twice for Qt 4. This is usually already done before ...
Paulo Moura Guedes
2006-05-16
Even better. Suggested by Peter.
Paulo Moura Guedes
2006-05-16
Better. Only msvc requires same build type (release/debug).
Paulo Moura Guedes
2006-05-15
This is valid not only for msvc.
Paulo Moura Guedes
2006-05-15
Have build type in consideration.
Paulo Moura Guedes
2006-05-14
search for debug version (kdewin32d.lib) when compiling with msvc
Peter Kümmel
2006-03-20
minor cleanups: indenting, adding newline to end of file, etc.
Allen Winter
2006-02-15
Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of...
David Faure
2006-02-15
Lowercase some common keywords to improve readability
David Faure
2006-02-14
Restore FATAL_ERROR when KDEWIN32 is not found but is required.
Brad King
2006-02-13
more verbose error message
Alexander Neundorf
2006-02-12
-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its own...
Alexander Neundorf