aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2009-09-13I shouldn't expect CMake's if-clause to be anything comparable to C/C++. ThoughAndreas Pakulat
I wonder why I didn't catch this in my tests. Having both conditions within the same if-clause doesn't work as CMake apparently always evaluates the or-part. svn path=/trunk/KDE/kdelibs/; revision=1023047
2009-09-13Allow for changing the required Qt version for KDE apps, useful to require aAndreas Pakulat
particular patchlevel version to get bugfixes. svn path=/trunk/KDE/kdelibs/; revision=1023024
2009-09-08Fix define POLKITQT_LIBRARIESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=1021102
2009-09-07Fix KAuth also outside kdebootstrappingDario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1020983
2009-09-07CCMAIL:kde-buildsystem@kde.orgDario Freddi
CCMAIL:mueller@kde.org CCMAIL:neundorf@kde.org Commit coming after a long discussion with Alexander. Changing and moving KAuth macros, updating documentation, fixing stuff that already used KAuth. Also, bumping up KDE revision, KDE4WORKSPACE revision and make kdebase/workspace depend on the new 4.3.68 snapshot. Mail me if you find anything strange, it's my first KDE version bump, so you know ;) A big thank you to Alexander for all the help he gave on the cmake side of life. svn path=/trunk/KDE/kdelibs/; revision=1020835
2009-09-06-the RUN_UNINSTALLED argument for KDE4_ADD_[KDEINIT]_EXECUTABLE() is ignored ↵Alexander Neundorf
since KDE 4.2 (since then executables have the RPATH always pointing into the buildtree before being installed) Alex svn path=/trunk/KDE/kdelibs/; revision=1020582
2009-09-06Add KDE4_KUNITCONVERSION_LIBSPetri Damstén
svn path=/trunk/KDE/kdelibs/; revision=1020438
2009-09-03Simplify using IS_ABSOLUTE.Kevin Ottens
Thanks for the tip aleXXX. CCMAIL: neundorf@kde.og svn path=/trunk/KDE/kdelibs/; revision=1019492
2009-09-02Fix compile problem, by changing IF(NOT( to IF( NOTJohn Tapsell
svn path=/trunk/KDE/kdelibs/; revision=1019111
2009-09-02Spit a warning on cmake when polkit-qt is found with a different install ↵Dario Freddi
prefix than POLKITQT_PREFIX. I will also add warnings when installing files svn path=/trunk/KDE/kdelibs/; revision=1019066
2009-09-02Document the USE_RELATIVE_PATH option.Kevin Ottens
svn path=/trunk/KDE/kdelibs/; revision=1019060
2009-09-02Fix installation prefix, still need to spit a warningDario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1018860
2009-09-01oopsDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=1018489
2009-09-01Forwardport improvements of uic error-handlingDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=1018468
2009-09-01unbreak compilation of kio/misc/kpacDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=1018464
2009-09-01- Need to undefine macro if we force exceptions. Thanks to Andreas PakulatHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=1018389
2009-09-01As of Qt 4.6.x, we need explicetly add macro in case of use -fno-exceptionsHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=1018365
2009-09-01Reapply the patch I applied to FindPolkitQt when it was in kdebaseAllan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1018181
2009-08-31Respect PREFIX for "dbus system service" files and dbus "systemMichael Jansen
configuration files". Please review extensively :) CCMAIL: kde-buildsystem@kde.org CCMAIL: drf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1017870
2009-08-31Don't hardcode /etc and /usr.Raphael Kubo da Costa
svn path=/trunk/KDE/kdelibs/; revision=1017860
2009-08-31Fix modulesDario Freddi
svn path=/trunk/KDE/kdelibs/; revision=1017843
2009-08-31CCMAIL: nicola.gigante@gmail.comDario Freddi
Merging the KAuth framework, part of Nicola's GSoC project, into KDELibs svn path=/trunk/KDE/kdelibs/; revision=1017607
2009-08-30revert r990265 because it breaks plugins on windowsChristian Ehrlicher
CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=1017394
2009-08-26OK, my previous claim for r1015454 was wrong. The new behavior breaksKevin Ottens
old file in many more cases. So activating the new behavior only if the USE_RELATIVE_PATH option is given. (Still, I think we might want to investigate a this trick for files generated from ui files, and moc files ;-)) CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1015825
2009-08-25Handle relative paths gracefully for kde4_add_kcfg_files macro.Kevin Ottens
If the passed arguments have a relative path, the generated files end up with the same relative path in the build dir, otherwise the old behavior is applied (generated files end up in the current build dir). (Actually we might want to investigate a similar trick for files generated from ui files, and moc files as I seem to remember having a similar issue with moc files in solid a while ago, workarounded by changing lots of filenames...) Should work fine with existing code, I only had to make a small adjustment in plasma desktop shell (committed a minute ago). CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1015454
2009-08-19aclemens asked whether CMAKE_BUILD_TYPE was case sensitive; it's not, except ↵David Faure
for those two buggy checks - fixed. svn path=/trunk/KDE/kdelibs/; revision=1013192
2009-08-18Fix detection of Qt's phonon, patch by Pavel Volkovitskiy, approved by Thiago.David Faure
This needs Qt-4.5.3 when it's out or kde-qt (which has the fix backported). For older versions of Qt, it didn't work before, and it still won't work; we used standalone phonon instead (and most people still do). svn path=/trunk/KDE/kdelibs/; revision=1013127
2009-08-17Use -o rather than > so that we don't get an empty file on error (e.g. ↵David Faure
"qdbuscpp2xml: could not execute moc") (empty file which itself will lead to a different error message next time) Can this be merged into cmake's FindQt4.cmake? Thanks. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1012421
2009-08-17increase the .so versioningAllen Winter
also replace a couple 4.3 -> 4.4 messages svn path=/trunk/KDE/kdelibs/; revision=1012303
2009-08-11Use HINTS, not PATHS for pkg-config discovered pathsAllan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1009923
2009-08-11Use HINTS not PATHS for paths discovered by PkgConfigAllan Sandfeld Jensen
svn path=/trunk/KDE/kdelibs/; revision=1009922
2009-08-09add CMAKE_C_COMPILER_ARG1 as argument when executing the compiler, this way ↵Carlo Segato
cmake doesn't fail if we set CC to something like 'distcc /path/to/gcc' svn path=/trunk/KDE/kdelibs/; revision=1009414
2009-08-09don't use visibility on windows with gcc 4.4Carlo Segato
svn path=/trunk/KDE/kdelibs/; revision=1009407
2009-07-29Forwardport: also include the path to the soprano cmake macro into the cmake ↵Sebastian Trueg
module path. This way the macro can be used without being included manually but also by including it. svn path=/trunk/KDE/kdelibs/; revision=1004264
2009-07-26First step to implement hunspell pluginsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=1002571
2009-07-24-search also for SopranoAddOntology.cmake and include it automatically if foundAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1002028
2009-07-14add the standard KDE paths to the include/lib search paths, useful when KDE ↵Romain Pokrzywka
is built with emerge svn path=/trunk/KDE/kdelibs/; revision=996461
2009-07-14arf, this little bugger took me two hours to find :-oRomain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=996456
2009-07-12Always define MAKE_FOO_LIB, not only on Windows. This is used in konqueror ↵David Faure
to know when to enable KDE_TESTS_EXPORT. What I don't understand, is why it worked before; konqprivate_export.h always relied on MAKE_KDEINIT_KONQUEROR_LIB... (and without this commit, konqviewmgrtest failed with undefined symbol KonqSettings::self(), which is logical [hidden symbol]) svn path=/trunk/KDE/kdelibs/; revision=995537
2009-07-09Add Qt Webkit framework support.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=993948
2009-07-09whoops - revert last change, this should not have gone inHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=993915
2009-07-09enable QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATIONHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=993910
2009-07-07KDEWIN_INCLUDES and KDEWIN_LIBRARIES need to be set always, not only for the ↵Ralf Habacker
first time svn path=/trunk/KDE/kdelibs/; revision=992670
2009-07-05Show a fatal error if anyone tries to use FindKdepim.Christophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=991884
2009-07-05no need to be nice and to welcome people :) (thanks to krop for seeing that ;) )Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991734
2009-07-05Find lcms version using a regexp, instead of compiling a program.Cyrille Berger Skott
svn path=/trunk/KDE/kdelibs/; revision=991725
2009-07-02the backslashes are definitely neededPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990592
2009-07-02it can work without backslashes of course tooPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990546
2009-07-02use this for spaces in the pathPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=990545
2009-07-02Force the prefix to "lib" so that the plugin name is sure to match the init_ ↵Ralf Habacker
symbol exactly - by cygwin ports maintainer svn path=/trunk/KDE/kdelibs/; revision=990265