Age | Commit message (Collapse) | Author |
|
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
|
|
paths, so convert them to cmake paths before handing them to find_library
svn path=/trunk/KDE/kdelibs/; revision=751355
|
|
duplication from FindKDEWIN32.cmake
svn path=/trunk/KDE/kdelibs/; revision=734634
|
|
svn path=/trunk/KDE/kdelibs/; revision=734021
|
|
svn path=/trunk/KDE/kdelibs/; revision=719224
|
|
svn path=/trunk/KDE/kdelibs/; revision=716430
|
|
svn path=/trunk/KDE/kdelibs/; revision=716254
|
|
- added <programFiles>/win32libs to KDEWIN search
svn path=/trunk/KDE/kdelibs/; revision=690003
|
|
svn path=/trunk/KDE/kdelibs/; revision=672975
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=656278
|
|
kdewin32.dll instead of relating dll.a on mingw
svn path=/trunk/KDE/kdelibs/; revision=653552
|
|
- fixed zlib search problem
svn path=/trunk/KDE/kdelibs/; revision=652282
|
|
svn path=/trunk/KDE/kdelibs/; revision=652131
|
|
svn path=/trunk/KDE/kdelibs/; revision=652128
|
|
svn path=/trunk/KDE/kdelibs/; revision=637512
|
|
svn path=/trunk/KDE/kdelibs/; revision=603469
|
|
svn path=/trunk/KDE/kdelibs/; revision=598585
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=597625
|
|
* use find_library
Now linking fails cause of the on win32 missing dbus libs...
svn path=/trunk/KDE/kdelibs/; revision=597618
|
|
svn path=/trunk/KDE/kdelibs/; revision=597606
|
|
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
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=548477
|
|
svn path=/trunk/KDE/kdelibs/; revision=542209
|
|
svn path=/trunk/KDE/kdelibs/; revision=542175
|
|
in FindKDE4Internal.cmake.
svn path=/trunk/KDE/kdelibs/; revision=541637
|
|
CCMAIL: Peter Kummel [syntheticpp@gmx.net]
svn path=/trunk/KDE/kdelibs/; revision=541478
|
|
CCMAIL: Peter Kummel [syntheticpp@gmx.net]
svn path=/trunk/KDE/kdelibs/; revision=541416
|
|
CCMAIL: Peter Kummel [syntheticpp@gmx.net]
svn path=/trunk/KDE/kdelibs/; revision=541109
|
|
CCMAIL: Peter Kummel [syntheticpp@gmx.net]
svn path=/trunk/KDE/kdelibs/; revision=541049
|
|
CCMAIL:neundorf@kde.org
CCMAIL:Ch.Ehrlicher@gmx.de
svn path=/trunk/KDE/kdelibs/; revision=540864
|
|
svn path=/trunk/KDE/kdelibs/; revision=520791
|
|
of course...
svn path=/trunk/KDE/kdelibs/; revision=509625
|
|
svn path=/trunk/KDE/kdelibs/; revision=509624
|
|
svn path=/trunk/KDE/kdelibs/; revision=509380
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=509112
|
|
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
|