Age | Commit message (Expand) | Author |
2008-02-18 | some improvements to the docs: | Alexander Neundorf |
2007-12-22 | Don't require FindKDEWIN to succeed, its just a convenience thing to not have... | Andreas Pakulat |
2007-12-21 | CMAKE_LIBRARY_PATH is AFAIK an environment variable and thus contains native ... | Andreas Pakulat |
2007-11-09 | changing macro to just work in case of png2ico's existance - removing duplica... | Patrick Spendrin |
2007-11-07 | adding icon install macro from kdewin-installer/marble | Patrick Spendrin |
2007-09-30 | FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUG | Christian Ehrlicher |
2007-09-24 | some more needed libraries for the KUser port | Bernhard Loos |
2007-09-24 | switch to new macro FIND_LIBRARY_EX() to avoid code duplication | Christian Ehrlicher |
2007-07-19 | - fixed comments | Ralf Habacker |
2007-06-08 | SVN_SILENT typo | Christian Ehrlicher |
2007-06-08 | - splitted KDEWIN32 and GUNWIN32 module into KDEWIN and KDEWIN32, where KDEWI... | Ralf Habacker |
2007-04-20 | Find debug libs of kdewin32 for mingw too | Andreas Pakulat |
2007-04-13 | - avoid search in PATH environment variable, which results in using kdewin32.... | Ralf Habacker |
2007-04-10 | - added search for environment variable KDEWIN32_DIR | Ralf Habacker |
2007-04-10 | converted tabs into spaces | Ralf Habacker |
2007-04-10 | fixed indention | Ralf Habacker |
2007-02-26 | add kdewin32 include & lib to CMAKE_REQUIRED_INCLUDES/LIBRARIES | Christian Ehrlicher |
2006-11-09 | I choose to install it nowhere in program_files but right in KDE's install path | Stephan Kulow |
2006-10-24 | remove also the 'NOTEÃE' agai | Sebastian Sauer |
2006-10-22 | this should fix the linker errors. Since those libs are system libs, there is... | Christian Ehrlicher |
2006-10-21 | This is not needed at all - it worked before without and now it doesn' work ... | Christian Ehrlicher |
2006-10-21 | added temp info for ppl who may like to try to get it compiled under win/mingw. | Sebastian Sauer |
2006-10-21 | * added ${KDEWIN32_LIBRARY_PATH} | Sebastian Sauer |
2006-10-20 | cmake runs through now. Compiling on win/mingw could start :) | Sebastian Sauer |
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 |