aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDEWIN32.cmake
AgeCommit message (Collapse)Author
2007-12-22Don't require FindKDEWIN to succeed, its just a convenience thing to not ↵Andreas Pakulat
have to set CMAKE_INCLUDE_PATH and CMAKE_LIB_PATH when installing gnuwin32 libs into a "known" place (like C:\Program Files\win32libs). But that breaks things like emerge which already set the two variables and thus don't set KDEWIN_DIR and don't need to set it. If the convenience thing isn't needed FindKDEWIN.cmake can be removed completely CCMAIL:kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=751844
2007-12-21CMAKE_LIBRARY_PATH is AFAIK an environment variable and thus contains native ↵Andreas Pakulat
paths, so convert them to cmake paths before handing them to find_library svn path=/trunk/KDE/kdelibs/; revision=751355
2007-11-09changing macro to just work in case of png2ico's existance - removing ↵Patrick Spendrin
duplication from FindKDEWIN32.cmake svn path=/trunk/KDE/kdelibs/; revision=734634
2007-11-07adding icon install macro from kdewin-installer/marblePatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=734021
2007-09-30FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUGChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=719224
2007-09-24some more needed libraries for the KUser portBernhard Loos
svn path=/trunk/KDE/kdelibs/; revision=716430
2007-09-24switch to new macro FIND_LIBRARY_EX() to avoid code duplicationChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=716254
2007-07-19- fixed comments Ralf Habacker
- added <programFiles>/win32libs to KDEWIN search svn path=/trunk/KDE/kdelibs/; revision=690003
2007-06-08SVN_SILENT typoChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=672975
2007-06-08- splitted KDEWIN32 and GUNWIN32 module into KDEWIN and KDEWIN32, where ↵Ralf Habacker
KDEWIN sets include/library search path for all other modules and KDEWIN32 search for kdewin32 library in the found locations. svn path=/trunk/KDE/kdelibs/; revision=672805
2007-04-20Find debug libs of kdewin32 for mingw tooAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=656278
2007-04-13- avoid search in PATH environment variable, which results in using ↵Ralf Habacker
kdewin32.dll instead of relating dll.a on mingw svn path=/trunk/KDE/kdelibs/; revision=653552
2007-04-10- added search for environment variable KDEWIN32_DIR Ralf Habacker
- fixed zlib search problem svn path=/trunk/KDE/kdelibs/; revision=652282
2007-04-10converted tabs into spacesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=652131
2007-04-10fixed indentionRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=652128
2007-02-26add kdewin32 include & lib to CMAKE_REQUIRED_INCLUDES/LIBRARIESChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=637512
2006-11-09I choose to install it nowhere in program_files but right in KDE's install pathStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=603469
2006-10-24remove also the 'NOTEÃE' agaiSebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=598585
2006-10-22this should fix the linker errors. Since those libs are system libs, there ↵Christian Ehrlicher
is no need to do an extra search to find them - if they're not available, we would not be able to link any bigger program on win32 @sebsauer: I don't get an error in FindZLib.cmake ... svn path=/trunk/KDE/kdelibs/; revision=598092
2006-10-21This is not needed at all - it worked before without and now it doesn' work ↵Christian Ehrlicher
with msvc anymore! cmake adds those libs automagically afaik CCMAIL: mail@dipe.org CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=597662
2006-10-21added temp info for ppl who may like to try to get it compiled under win/mingw.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597625
2006-10-21* added ${KDEWIN32_LIBRARY_PATH}Sebastian Sauer
* use find_library Now linking fails cause of the on win32 missing dbus libs... svn path=/trunk/KDE/kdelibs/; revision=597618
2006-10-20cmake runs through now. Compiling on win/mingw could start :)Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597606
2006-09-09added copyright notice everywhere.Alexander Neundorf
Now they all are BSD-licensed, as copyright holder I inserted everywhere the one who added it to svn (or Kitware if it is an enhanced copy from taken cmake) Some developers committed quite often but were not the ones who added the file, if you feel you have also copyright on the file add your name in the specific file. Copyright holders: CCMAIL: montel@kde.org CCMAIL: toscano.pino@tiscali.it CCMAIL: adymo@kdevelop.org CCMAIL: ranger@befunk.com CCMAIL: zack@kde.org CCMAIL: caslav.ilic@gmx.net CCMAIL: syntheticpp@yahoo.com CCMAIL: js@iidea.pl CCMAIL: michael.larouche@kdemail.net CCMAIL: ossi@kde.org CCMAIL: faure@kde.org Committers, but no files added so that they are not listed as copyright holders: CCMAIL: ch.ehrlicher@gmx.de CCMAIL: winter@kde.org CCMAIL: ralf.habacker@freenet.de CCMAIL: moura@kdewebdev.org CCMAIL: kde-buildsystem@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=582410
2006-06-05remove MacroGetenvWinPath.cmake, this is not required anymore since cmake 2.4.1Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=548477
2006-05-18change error messagePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=542209
2006-05-18handle all msvc generators correct: debug/release, nmake/project generatorsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=542175
2006-05-16Optimization: don't look twice for Qt 4. This is usually already done before ↵Paulo Moura Guedes
in FindKDE4Internal.cmake. svn path=/trunk/KDE/kdelibs/; revision=541637
2006-05-16Even better. Suggested by Peter.Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541478
2006-05-16Better. Only msvc requires same build type (release/debug).Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541416
2006-05-15This is valid not only for msvc.Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541109
2006-05-15Have build type in consideration.Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541049
2006-05-14search for debug version (kdewin32d.lib) when compiling with msvcPeter Kümmel
CCMAIL:neundorf@kde.org CCMAIL:Ch.Ehrlicher@gmx.de svn path=/trunk/KDE/kdelibs/; revision=540864
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=520791
2006-02-15Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, ↵David Faure
of course... svn path=/trunk/KDE/kdelibs/; revision=509625
2006-02-15Lowercase some common keywords to improve readabilityDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=509624
2006-02-14Restore FATAL_ERROR when KDEWIN32 is not found but is required.Brad King
svn path=/trunk/KDE/kdelibs/; revision=509380
2006-02-13more verbose error messageAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=509112
2006-02-12-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its ↵Alexander Neundorf
own FindKDEWIN32.cmake file -added a new FindGNUWIN32.cmake file, which tries to find the gnuwin32 base directory -changed all "FOO_LIBRARY" variable names to "FOO_LIBRARIES" to be more consistent with the other cmake modules -added a macro_getenv_win_path() which replaces all backslahes with slashes from environment variables -modified the kde4_add_kcfg_files() command, so that the generated header is also processed by moc -all tests compile and link Alex CCMAIL:kde-buildsystem@kde.org The changes to the windows stuff are untested, since I don't have a windows box. Please check that everything still works. Please have a look at FindGNUWIN32.cmake, there are probably ways to improve this. The resulting GNUWIN32_DIR variable is used in other cmake modules as default path to search for headers and libraries. svn path=/trunk/KDE/kdelibs/; revision=508648