aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-23fix for QCA2 include dir on win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=691401
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, ↵Laurent Montel
XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. Fix into khtml cmakefile to try to fix enable-final (generate khtml_final_cpp.cpp before to use it) svn path=/trunk/KDE/kdelibs/; revision=691212
2007-07-23move the mimetype update macro to FindSharedMimeInfo.cmake, since it belongs ↵Alexander Neundorf
to this stuff and not really to KDE4 Alex svn path=/trunk/KDE/kdelibs/; revision=691173
2007-07-22Bump minimum supported CUPS version to 1.1.20, and drop someAlex Merry
compatibility code. svn path=/trunk/KDE/kdelibs/; revision=691112
2007-07-22libkleo will move back to kdepimTom Albers
svn path=/trunk/KDE/kdelibs/; revision=691082
2007-07-21remove tabsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=690694
2007-07-21too much parameters for the msvc IDE, put them into a file and use the moc ↵Peter Kümmel
option '@' svn path=/trunk/KDE/kdelibs/; revision=690693
2007-07-19- fixed comments Ralf Habacker
- added <programFiles>/win32libs to KDEWIN search svn path=/trunk/KDE/kdelibs/; revision=690003
2007-07-18fix for win32Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=689661
2007-07-18win32 fix: make sure no dll is build using auto-import because it makes ↵Ralf Habacker
trouble in some cases svn path=/trunk/KDE/kdelibs/; revision=689445
2007-07-18Do not install SVN support files in l10n/ll/scripts.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=689251
2007-07-17thiago suggested to add an enum if the _automoc.cpp file is otherwise empty, ↵Matthias Kretz
so that the compiler cannot complain that the source file would be empty svn path=/trunk/KDE/kdelibs/; revision=689197
2007-07-17if the moc fails kde4automoc returns EXIT_FAILURE and deletes the moc fileMatthias Kretz
and doesn't touch the _automoc.cpp file. This should help with finding moc-related errors. svn path=/trunk/KDE/kdelibs/; revision=689073
2007-07-17Define this symbol everywhere, not just on WindowsThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=689027
2007-07-17let search KDEPimLibsDependencies.cmake in CMAKE_MODULE_PATH, not only in ↵Ralf Habacker
hardcoded path svn path=/trunk/KDE/kdelibs/; revision=689007
2007-07-16- change back the generic version to be in syncDirk Mueller
| with the major KDE version and instead define | an override for those libraries that clash svn path=/trunk/KDE/kdelibs/; revision=688504
2007-07-16Rename it as discussed with AlexLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=688461
2007-07-15KLEO, not KLEOPATRA.Allen Winter
Also, the lib will have a "-gpl" extension. svn path=/trunk/KDE/kdelibs/; revision=688235
2007-07-14Oops, this is not neededCharles Connell
svn path=/trunk/KDE/kdelibs/; revision=687949
2007-07-14back to unix styleChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=687941
2007-07-14fix for msvc when find_package(Qt) is called more than once.Christian Ehrlicher
see also http://lists.kde.org/?l=kde-buildsystem&m=118431477014099&w=2 Patch from nhuh put add web de svn path=/trunk/KDE/kdelibs/; revision=687903
2007-07-14macro to find libkleoCharles Connell
svn path=/trunk/KDE/kdelibs/; revision=687864
2007-07-14not used anymoreMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687850
2007-07-14Now kleopatra was moved to kdepimlibsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=687792
2007-07-13SVN_SILENT: rename some variables for more consistencyMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687529
2007-07-13alex says list(append is faster than set(foo ${foo}Matthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687518
2007-07-13don't show an extra console on WindowsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687517
2007-07-13only pass C++ source files to kde4automocMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=687273
2007-07-13kde variable is not defined at the begining into kdelibsLaurent Montel
and if we search directly into include_install_dir Remove old compatibility variable svn path=/trunk/KDE/kdelibs/; revision=687269
2007-07-12-remove a lot of code duplication for the icon stuff by using "maps" instead ↵Alexander Neundorf
of if/endif, this should even make it extendable for 3rd party themes Alex svn path=/trunk/KDE/kdelibs/; revision=687034
2007-07-12Fix the build, by installing the new kde4automoc.files.in fileAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=686887
2007-07-12Use configure_file instead of file(write ...) so that the file is only touchedMatthias Kretz
when it really changes. Now the automoc target may depend on that file and doesn't have to depend on CMakeLists.txt anymore. svn path=/trunk/KDE/kdelibs/; revision=686821
2007-07-12-instead of simply removing KDE4_AUTOMOC(), it is better to make it just do ↵Alexander Neundorf
message(SEND_ERROR), so the user gets a useful error message instead of suddenly "unknown command" -same for KDE4_INSTALL_LIBTOOL_FILE() -also remove the docs for both macros from FindKDE4Internal.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=686696
2007-07-11Remove the no-op KDE4_AUTOMOC() macro.Allen Winter
This call should be removed from all CMakeLists.txt file now. If I missed some, and you encounter problems, simply remove the call yourself from the offending CMakeLists.txt file. svn path=/trunk/KDE/kdelibs/; revision=686496
2007-07-11-use ${KDE4_KDECONFIG_EXECUTABLE} coming from FindKDE4.cmake instead of just ↵Alexander Neundorf
calling kde4-config which might be the wrong one or not in the path at all -some more qoutes can't hurt for dirs with spaces -use EXECUTE_PROCESS() instead of EXEC_PROGRAM() since this can separate stdout and stderr Alex svn path=/trunk/KDE/kdelibs/; revision=686304
2007-07-10added support for searching cmake modules in all given kde install locations ↵Ralf Habacker
(KDEDIRS based) svn path=/trunk/KDE/kdelibs/; revision=686007
2007-07-10fix HAVE_ALSAFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685954
2007-07-10remove unnecessary default search dirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=685920
2007-07-09Duplicate from cmake module which inform when module is not install. I will ↵Laurent Montel
send an email to cmake dev but not today, it's very difficult to have an adsl connection in my hostel svn path=/trunk/KDE/kdelibs/; revision=685861
2007-07-09cmake touches all .files files which results in all automocs being rerun and ↵Matthias Kretz
the targets relinked. :-( Change the dependency back to the CMakeLists.txt file, still not great but a lot better. svn path=/trunk/KDE/kdelibs/; revision=685841
2007-07-09- use libasound to list virtual devices (I'm actually only interested in customMatthias Kretz
ones defined in e.g. ~/.asoundrc), currently still shows too much - adapt to Solid::AudioInterface change svn path=/trunk/KDE/kdelibs/; revision=685785
2007-07-09it's d4, not 4dFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685741
2007-07-09As posted to kde-buildsystem:Matthias Kretz
I replaced kde4automoc.cmake with a C++/QtCore based program that can run more efficient. Instead of creating a <targetname>.automoc file that is added to the target I create a <targetname>_automoc.cpp file now that is compiled and linked into the target. This file #includes all moc files that are not included by other source files. This way the automoc can, at make-time, decide what mocs need to be compiled explicitly and linked into the target. E.g. the following is possible now: foo.h: class A : public QObject { Q_OBJECT ... }; foo.cpp does not #include "foo.moc" run make - everything compiles and links fine (without mentioning the header in KDE4_MOC_HEADERS either since the new automoc looks at all corresponding header files from the .cpp files by itself) now change foo.cpp to #include "foo.moc" running make now will just work, even with the /fast target. Next change I did was to create a <targetname>_automoc.cpp.files file to pass the moc includes and the source files that belong to the target to the automoc. I could have kept it on the command line but I got a report that the command line was already too long for Windows' cmd.exe. Implementation details: - The messages of the automoc are written using cmake -E cmake_echo_color, so the automoc correctly colorizes its messages now. - The moc QProcesses are started in parallel (up to 10). svn path=/trunk/KDE/kdelibs/; revision=685719
2007-07-09fix linebreaksFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685713
2007-07-09build with mingwFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685707
2007-07-07Move the kpgp library back to kdepim from kdepimlibs.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=684900
2007-07-07Dependancies was not correct.Laurent Montel
We didn't add all dependancy for all libraries. (Same for Win32 it was not correct because we didn't all depend) Now we generate file KDEPimLibsDependancy.cmake into kdepimlibs svn path=/trunk/KDE/kdelibs/; revision=684835
2007-07-06It's necessary to several packageLaurent Montel
(I will remove it into extragear next monday) svn path=/trunk/KDE/kdelibs/; revision=684567
2007-07-06Don't "FATAL" when package is not requiredLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=684463
2007-07-06Better to test on plasma.h, kpanelapplet.h is into kickerLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=684281