Age | Commit message (Collapse) | Author |
|
Both are used always by UseQt4.cmake, and it is somewhat more logical to add it to QT_INCLUDE_DIR, since this is necessary when using Qt<Module>/foo.h includes, which is similar to the framework-style includes
Alex
CCMAIL: <mike@mikearthur.co.uk>
Mike, can you please confirm this also work for you on OSX ?
svn path=/trunk/KDE/kdelibs/; revision=1062473
|
|
its public interface
-remove the now useless old KDE4_foo_LIBS variables set in bootstrap mode (they are now all set properly a few lines below)
Alex
svn path=/trunk/KDE/kdelibs/; revision=1062450
|
|
as discussed on kde-buildsystem
Alex
svn path=/trunk/KDE/kdelibs/; revision=1062067
|
|
svn path=/trunk/KDE/kdelibs/; revision=1062043
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1062039
|
|
use HINTS rather than PATHS in the find_path() call
svn path=/trunk/KDE/kdelibs/; revision=1062007
|
|
Alex
CCMAIL: mike@mikearthur.co.uk
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1062002
|
|
svn path=/trunk/KDE/kdelibs/; revision=1061755
|
|
svn path=/trunk/KDE/kdelibs/; revision=1060235
|
|
"I will 'make' before committing"
...
CCMAIL: mike@mikearthur.co.uk
svn path=/trunk/KDE/kdelibs/; revision=1059829
|
|
svn path=/trunk/KDE/kdelibs/; revision=1059810
|
|
svn path=/trunk/KDE/kdelibs/; revision=1058574
|
|
- it mostly behaves as linux, as the toolchain (gcc, gnu ld, gnu libc) is the same
- add -pthread to the ld flags for shared modules and libraries
svn path=/trunk/KDE/kdelibs/; revision=1058116
|
|
don't have to do this
unfortunately I couldn't test it, since I still have build problems with redland :-/
Sebastian, please check that it works as expected
Alex
CCMAIL: trueg@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1058066
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1058063
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1058060
|
|
Alex
CCMAIL: trueg@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1058059
|
|
should find it in more places
Alex
svn path=/trunk/KDE/kdelibs/; revision=1058054
|
|
svn path=/trunk/KDE/kdelibs/; revision=1057486
|
|
svn path=/trunk/KDE/kdelibs/; revision=1057264
|
|
svn path=/trunk/KDE/kdelibs/; revision=1057166
|
|
same message twice, so it's not necessary to set the QUIETLY
-multiple suffixes can be listed after PATH_SUFFIXES, so it's not necessary to have two find_path() calls
-/usr and /usr/local are already part of CMAKE_SYSTEM_PREFIX_PATH, so it's not necessary to set /usr/share and /usr/local/share explicitely (see CMake Modules/Platform/UnixPath.cmake)
Alex
CCMAIL: trueg@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1056761
|
|
If nepomuk is optional, they should not be marked as required.
svn path=/trunk/KDE/kdelibs/; revision=1056584
|
|
bring a cmake config file
svn path=/trunk/KDE/kdelibs/; revision=1056325
|
|
Fixing naming mess in polkitqt-1 cmake files. Renaming all the according variables to
POLKITQT-1_* for consistency with the so name of the library (polkit-qt-1). Again for
consistency, rename the KAUTH_BACKEND of polkitqt-1 to PolkitQt-1 instead of PolkitQt1.
This time it works :)
svn path=/trunk/KDE/kdelibs/; revision=1055185
|
|
svn path=/trunk/KDE/kdelibs/; revision=1055125
|
|
Approved by Andreas Pakulat.
svn path=/trunk/KDE/kdelibs/; revision=1054973
|
|
which was in a broken state.
This has the effect that the condition for building nepomuk is now never true (instead of sometimes), but
I have the impression that for successfully building all of KDE nepomuk is always required, since the nepomuk/trig parsing is
also used e.g. in kdepim and I think also in kdenetwork.
So the behaviour was already wrong, and now it is more exposed. This should help getting it fixed.
Also, this commit makes explicit that soprano with redland backend and raptorparser are in fact required for building KDE since last week.
Alex
CCMAIL: trueg@kde.org
CCMAIL: kde-buildsystem@kde.org
CCMAIL: kde-core-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1054396
|
|
are REQUIRED (PLUGIN_RAPTORPARSER and PLUGIN_REDLANDBACKEND for kdelibs)
Alex
CCMAIL: trueg@kde.org
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1054394
|
|
We will in no way completely remove them, at least empty files just printing a useful error message will stay.
Let's see what Sebastian says.
Alex
svn path=/trunk/KDE/kdelibs/; revision=1054390
|
|
it is not shadowed by the non-cache variable SOPRANO_PLUGIN_DIR
-fix indentation
Alex
svn path=/trunk/KDE/kdelibs/; revision=1054356
|
|
svn path=/trunk/KDE/kdelibs/; revision=1054294
|
|
CCMAIL: sebastian@trueg.de
svn path=/trunk/KDE/kdelibs/; revision=1054124
|
|
svn path=/trunk/KDE/kdelibs/; revision=1054115
|
|
svn path=/trunk/KDE/kdelibs/; revision=1053711
|
|
svn path=/trunk/KDE/kdelibs/; revision=1053400
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1053371
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1052901
|
|
inside nepomuk, it doesn't
make sense to be able to disable soprano if nepomuk is enabled
-also search for the nepomuk stuff if soprano was not found, this makes it possible to have a better error message at the end
-also add the soprano variables to the find_package_handle_standard_args() command for better error messagesa
Alex
CCMAIL: trueg@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1052846
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1052840
|
|
searched before the standard dirs, directories listed after PATHS are searched after the standard dirs)
-fix the upper/lower casing of Nepomuk
-also call find_package_handle_standard_args() if soprano was not found
Alex
CCMAIL: <trueg@kde.org>
svn path=/trunk/KDE/kdelibs/; revision=1052796
|
|
CCMAIL: neundorf@kde.org
As discussed with Alexander, don't install FindPolkitQt.cmake, as it is needed only by
kdebase/workspace. KDE Application would have to use KAuth instead.
svn path=/trunk/KDE/kdelibs/; revision=1052723
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1052534
|
|
-rely less on pkgconfig
-honor PolkitQt_FIND_REQUIRED properly
-POLKITQT_LIBRARIES doesn't have to be ADVANCED, since it is not in the cache at all
-the variable POLKITQT_LIB does not exist
Alex
svn path=/trunk/KDE/kdelibs/; revision=1052520
|
|
Nevermind, I found out how. Also, probably FindPolkitQt.cmake is another good candidate
for non-installation? It could be just copied over to kdebase/workspace/cmake/modules in
that case. For me it's more than ok and makes even more sense, as KDE applications are not
supposed to take advantage of polkit-qt, but of KAuth instead.
svn path=/trunk/KDE/kdelibs/; revision=1051970
|
|
Adding FindPolkitQt-1.cmake for the upcoming polkit-1 support in KAuth, as discussed on
kde-buildsystem some time ago. Alex, can you please take care of making this module not
getting installed?
svn path=/trunk/KDE/kdelibs/; revision=1051967
|
|
variables
Alex
svn path=/trunk/KDE/kdelibs/; revision=1051144
|
|
svn path=/trunk/KDE/kdelibs/; revision=1050996
|
|
svn path=/trunk/KDE/kdelibs/; revision=1050643
|
|
svn path=/trunk/KDE/kdelibs/; revision=1050497
|