aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=520790
2006-03-20remove code that sets CMAKE_INSTALL_PREFIX from $KDEDIRAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=520623
2006-03-20first try the include dir from qmake, and only useMatthias Kretz
/usr/local/Trolltech/Qt-4*/include/Qt/ after the QTDIR environment variable (before cmake always picked up /usr/local/Trolltech/Qt-4.0.1/...) svn path=/trunk/KDE/kdelibs/; revision=520562
2006-03-19Support the KDEDIR environment variable for the installation prefix.Allen Winter
So you don't have to add -DCMAKE_INSTALL_PREFIX to the cmake command line if you'd rather use good old reliable $KDEDIR. Now to document this on the wiki. CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=520422
2006-03-19Fix install iconsLaurent Montel
now use install(FILES... RENAME...) => make install DESTDIR=<foo> works svn path=/trunk/KDE/kdelibs/; revision=520364
2006-03-18As before with auto* tools, we now have the followingAllen Winter
configure option cmake option gcc arguments =============================================================================== --enable-debug=yes -DCMAKE_BUILD_TYPE=debug -g -O2 -fno-reorder-blocks\ -fno-schedule-insns -fno-inline --enable-debug=full -DCMAKE_BUILD_TYPE=debugfull -g3 -fno-inline --enable-final -DCMAKE_BUILD_TYPE=release -O2 In other words, developers should be using cmake -DCMAKE_BUILD_TYPE=debugfull svn path=/trunk/KDE/kdelibs/; revision=520087
2006-03-18generate the files in CURRENT_BINARY_DIR againAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=520067
2006-03-18use kdecore instead of kxmlcore for determining kde4_lib_dir, since ↵Alexander Neundorf
currently there is no kxmlcore.lib on windows CCMAIL: ch.ehrlicher@gmx.de Christian, does it work this way better for you ? Alex svn path=/trunk/KDE/kdelibs/; revision=520059
2006-03-18-mark more variables as advanced, so that they don't clutter the default ↵Alexander Neundorf
ccmake display Alex svn path=/trunk/KDE/kdelibs/; revision=520056
2006-03-18-don't generate any files in the source tree, but only in the build treeAlexander Neundorf
Laurent, where did this cause problems ? Was this with the files where source files with the same base names are now compiled to the same target, and beforfe with libtool one of them was part of a convenience libs ? Now that we don't use convenience libs anymore, this means that if two source files have the same basename, they will generate moc files with the same name, also for ui-files. What can we do about this ? If two files have the same names, maybe the name is too generic, so let's rename one of them to a more specialized name, especially now that we have svn. But generating files is the source-tree is a no-no. CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=520047
2006-03-18Generate file into own directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=520043
2006-03-18CMake configure check for Gettext, rudimentary only.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=520012
2006-03-18add documentationAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=520009
2006-03-18one more typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=519995
2006-03-18fix typosAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=519989
2006-03-17add KDE_DEPREACTED_WARNINGS and disable deprecated warnings for kde3support ↵Christian Ehrlicher
until we know what to to with it svn path=/trunk/KDE/kdelibs/; revision=519568
2006-03-17Forward port of:Michaël Larouche
Actually set X11_Xrender_LIB correctly svn path=/trunk/KDE/kdelibs/; revision=519550
2006-03-16-implemented RPATH handling, set RPATH_STYLE to one of the following:Alexander Neundorf
default: compile with RPATH to the builddir, when installing link again with RPATH to the install dir, the kde lib dir and the Qt lib dir none: no RPATH at all install: compile with RPATH to the install dir, the kde lib dir and the Qt lib dir both: compiel with RPATH to the build dir, the install dir, the kde lib dir and the Qt lib dir -sync kde3 stuff with cmake cvs -fix building if kdewidgets and kstyles (get_target_properties doesn't work before the target is defined) Alex svn path=/trunk/KDE/kdelibs/; revision=519312
2006-03-16Generate file into own directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=519132
2006-03-16Generate files from ui3 into own directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=519127
2006-03-16Generate moc file into own directoryLaurent Montel
Fix some bug when we lonk with no-install lib svn path=/trunk/KDE/kdelibs/; revision=519125
2006-03-14reapply r509806 which got reverted in the fancy RPATH rewriteDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=518600
2006-03-13really make the akode detection workPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=518191
2006-03-11Fix generate file space into "kcfg" fileLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=517557
2006-03-11include used check_include_files macroPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=517536
2006-03-10First attempt to find aKode.Pino Toscano
aKode seems to be found correctly, the issue is to add the include path to the inclues of knotify. svn path=/trunk/KDE/kdelibs/; revision=517416
2006-03-09Detect and enable the ACL support.Pino Toscano
svn path=/trunk/KDE/kdelibs/; revision=517103
2006-03-09Move here (need by kdepim too)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516932
2006-03-08-some files will be obsoleted by the next cmakw releaseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516863
2006-03-08-apply patch by Andreas Beckermann for KDE 3 stuffAlexander Neundorf
-prepare UsePkgconfig for moving to cmake Alex svn path=/trunk/KDE/kdelibs/; revision=516854
2006-03-07-prepare these two files for moving to cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516651
2006-03-07use EXECUTE_PROCESS instead of EXEC_PROGRAMAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=516643
2006-03-07-implemented RPATH handling, but disabled for nowAlexander Neundorf
to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again If you have current cmake cvs, you can then: -enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH -disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir -disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir In all three cases no relinking will happen during install. If built without RPATH to the builddir, the executables are executed using wrapper scripts named <name>.sh, e.g. kconfig_compiler.sh. some changes to the kde3 stuff: -renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE -removed KDE3_PLACEHOLDER -removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN. CCMAIL: kde-buildsystem@kde.org CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de Alex svn path=/trunk/KDE/kdelibs/; revision=516642
2006-03-07Search XdmcpLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516520
2006-03-07oops typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516499
2006-03-07Search Xau libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516496
2006-03-06-shell wrapper script which sets (DY)LD_LIBRARYPATH for executables without ↵Alexander Neundorf
RPATH. Alex svn path=/trunk/KDE/kdelibs/; revision=516382
2006-03-06Search XkbLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=516249
2006-03-05Search Xss extension (not perfect)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515896
2006-03-04disable warning 4661 for msvc (A member of the template class is not defined)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=515685
2006-03-03Search dpms extensionLaurent Montel
(need to improve it) svn path=/trunk/KDE/kdelibs/; revision=515395
2006-03-03Detect Xscreensaver extensionLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515293
2006-03-02-prepare the KDE3 files for moving to cmake cvsAlexander Neundorf
-added the variables formerly sitting in kdebase/cmake/modules/FindKDE4.cmake -added export_library_dependencies(KDELibsDependencies.cmake) command to kdelibs/CMakeLists.txt, this file will be installed and used later on by FindKDE4Internal.cmake when stuff != kdelibs is compiled Please have a look at KDELibsDependencies.cmake to see what it contains. The variables set there still have to be used in FindKDE4Internal.cmake for setting the KDE4_FOO_LIBRARIES() varaibles, I only did it unitl now for kdeui. Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=515162
2006-03-02Search libXtLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=515065
2006-03-01-when installing, remove cmake files which may have been installed before, ↵Alexander Neundorf
but have become invalid now (because they have been renamed, ort moved to cmake cvs) Alex svn path=/trunk/KDE/kdelibs/; revision=514900
2006-03-01-renamed FindKDE4.cmake to FindKDE4Internal.cmake, so the name ↵Alexander Neundorf
FindKDE4.cmake is free for the cmake module which will find the installed kdelibs cmake files -moved the /usr/local/include and /usr/local/lib to FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=514888
2006-03-01-changes in preparation of the renaming to FindKDE4Internal.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=514887
2006-03-01-remove the manual definition of "MSVC", this is now done in cmakeAlexander Neundorf
-remove the "_debug" postfix for debug libs Alex svn path=/trunk/KDE/kdelibs/; revision=514866
2006-03-01Mark as advancedLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=514843
2006-02-28-set CMAKE_DEBUG_POSTFIX to "_debug", this has the effect that when doing a ↵Alexander Neundorf
debug build e.g. kdecore will be named "libkdecore_debug.so" Alex svn path=/trunk/KDE/kdelibs/; revision=514550