aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-23Search other x11 extensionLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=512674
2006-02-23Search X11 extension moduleLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=512668
2006-02-20Fix theme default nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=511518
2006-02-19-add basic support for different buildtypes with gcc, see FindKDE4.cmake ↵Alexander Neundorf
(search for CMAKE_CXX_FLAGS_DEBUG) by default "ReleaseWithDebugInfo"==RelWithDebInfo is used, which means "-O2 -g" release means "-O2" debug means "-O0 -g" Are these flags ok ? If not, which should be used instead ? Creating debug libs and linking to the debug libs of Qt will come later, when I'm back Was there a special reason why -Os instead of -O2 was used on the Mac ? If so, it has to be resotred. Also, use the new names for the install directories in kio/kssl/kssl/ Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: rangerrick@gmail.com svn path=/trunk/KDE/kdelibs/; revision=511435
2006-02-19Add default icon theme nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=511277
2006-02-18-renamed the KDE4_something_DIR to something_INSTALL_DIRAlexander Neundorf
except KDE4_INCLUDE_DIR, since this is used for compiling and not for installing -change the detection of KDE4_MODULE_DIR to use CMAKE_CURRENT_LIST_FILE I could not commit to kio/kssl/kssl/, so this may break installing there Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=510826
2006-02-18-apply patch from Andreas BeckermannAlexander Neundorf
-rename KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE -require cmake 2.3.3: http://www.cmake.org/files/v2.3/cmake-2.3.3-20060210.tar.gz -use GET_FILENAME_COMPONENT(...ABSOLUTE ) -the Macro*.cmake files are now required too Alex If you use these files, please test that they work for you. CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de svn path=/trunk/KDE/kdelibs/; revision=510821
2006-02-17after discussion with David:Alexander Neundorf
-renamed KDE4_ICON_DIR to ICON_INSTALL_DIR -changed KDE4_INSTALL_ICONS(theme dir) to KDE4_INSTALL_ICONS( dir theme) and dir now has to contain the "/icons" subdir, it is NOT appended anymore in the KDE4_INSTALL_ICONS() macro CCMAIL: montel@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=510673 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-02-17-give kdelibs a project name ("kdelibs")Alexander Neundorf
-remove the unused "install_icon" targets -mark more variables as "ADVANCED" Alex svn path=/trunk/KDE/kdelibs/; revision=510649
2006-02-17For the future (in kdebase don't duplicate search directory)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=510422
2006-02-16-don't use intermediate variable for the ui, skel, stub and kcfg filesAlexander Neundorf
-print the files on one line if there are at most three files Alex svn path=/trunk/KDE/kdelibs/; revision=510325
2006-02-16-replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is ↵Alexander Neundorf
a good name for the variable) -add install rules for the cmake files in kdelibs/cmake/modules/ -remove debug output and fix typo in FindOpenEXR.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=510319
2006-02-16Add missing convert lib (found into admin/acinclude.m4.in)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=510237
2006-02-16using GNUWIN32_DIR requires detecting of gnuwin32 package dir beforeRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=510062
2006-02-15find libraries in previously detected gnuwin32 package location Ralf Habacker
svn path=/trunk/KDE/kdelibs/; revision=509911
2006-02-15set LD_LIBRARY_PATH to make sure we use the just compiled libraries, notDirk Mueller
the installed ones. svn path=/trunk/KDE/kdelibs/; revision=509806
2006-02-15on windows the plugins also need the MAKE_X_LIB macroPeter Kümmel
CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=509782
2006-02-15add two defines for msvc2005Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=509677
2006-02-15Reverting - generating moc files in subdirs worked, but this broke ↵David Faure
compilation because the subdir (in the builddir) is missing from the -I. How could we add it? (E.g. kdelibs/kio/kfile/kopenwith.cpp is compiled from kdelibs/kio, so the relative path to the header is kfile/kopenwith.h, and this created a kfile/kopenwith.moc, but it's included as "kopenwith.moc" from kopenwith.h so we need -Ikfile in the compilation line. This is necessary for the kabc/addressbook.h vs kabc/kab/addressbook.h case) CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=509646
2006-02-15When creating a moc file for foo/bar.h, create it as foo/bar.mocDavid Faure
This solves a problem in kabc which has addressbook.h and kab/addressbook.h, and looks more logical in e.g. kio with all its subdirs. svn path=/trunk/KDE/kdelibs/; revision=509637
2006-02-15not my dayDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=509626
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-15tiff import lib is named 'libtiff' on windows/msvcChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=509588
2006-02-15Fix typo.Laurent Montel
Now exr compiles fine svn path=/trunk/KDE/kdelibs/; revision=509573
2006-02-14add CMAKE_REQUIRED_INCLUDES to the original check_type_sizePeter Kümmel
CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=509448
2006-02-14prepare to use patched check_type_size macro, this is the original cmake ↵Peter Kümmel
version svn path=/trunk/KDE/kdelibs/; revision=509446
2006-02-14Restore FATAL_ERROR when KDEWIN32 is not found but is required.Brad King
svn path=/trunk/KDE/kdelibs/; revision=509380
2006-02-14Add -DQT3_SUPPORT_WARNINGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=509372
2006-02-14Now exr plugins compiles fineLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=509347
2006-02-14Fix detect openexrLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=509305
2006-02-14Use cflags and libsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=509297
2006-02-13it seems that for jasper jpeg is also requiredAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=509149
2006-02-13fix some typosAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=509144
2006-02-13-added project(name-of_project) commands, so now when using the KDevelop3 ↵Alexander Neundorf
generator you will have ready-to-use kdevelop projects :-) ...may have problems with out-of-source builds (requires changes in kdevelop) Alex svn path=/trunk/KDE/kdelibs/; revision=509123
2006-02-13more verbose error messageAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=509112
2006-02-13Try to fix search openexr.Laurent Montel
(How to debug it ?) svn path=/trunk/KDE/kdelibs/; revision=509073
2006-02-13Define plugin dir as subdir of lib dirLaurent Montel
But for me it was better to define a variable to define just sub dir for plugins => kde4 and not all directory lib/kde4 svn path=/trunk/KDE/kdelibs/; revision=509024
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
2006-02-11workaround for detecting libxml2 on windows when using a path list in ↵Ralf Habacker
CMAKE_INCLUDE_PATH svn path=/trunk/KDE/kdelibs/; revision=508470
2006-02-11-changed kde4_create_libtool_file (target dir_relative_to_libdir) Alexander Neundorf
to kde4_install_libtool_file(dir_relative_to_install_prefix target) -added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins -changed am2cmake accordingly -edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH -changed generated_findpackage_file accordingly -some minor formatting changes Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=508458
2006-02-11fix lib name for msvcChristian Ehrlicher
-> jasper is easily compilable with msvc / on windows CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=508457
2006-02-11now cmake 2.3.3 is required, if you have an older version, you get a warningAlexander Neundorf
KDE cmake files are now workaround-free (if I didn't forget any): -use GET_FILENAME_COMPONENT(... ABSOLUTE) instead of QT4_GET_ABS_PATH() -use the new EXECUTE_PROCESS() instead of EXEC_PROGRAM() which discards stderr output -use check_symbol_exists() instead of check_function_exists() since this works better (mainly various windows issues) -use the new WORKING_DIRECTORY argument for ADD_CUSTOM_COMMAND() instead of cmake -E chdir ... Alex svn path=/trunk/KDE/kdelibs/; revision=508407
2006-02-10search for kdewin32 in the default install directory for applications ↵Peter Kümmel
(default of (n)make install) see also http://kennethhunt.com/archives/000933.html for variables on windows svn path=/trunk/KDE/kdelibs/; revision=508152
2006-02-10add shell32.lib and user32.lib on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=508059
2006-02-10added CMAKE_INCLUDE_PATH related path check for include filesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=507831
2006-02-10Remove forks - use the versions from the real cmake now.David Faure
svn path=/trunk/KDE/kdelibs/; revision=507779
2006-02-09revert last changeRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=507732
2006-02-09moved KICE_EXPORT definition to kdelibs_export_win.hRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=507730
2006-02-09fixes for msysAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=507636