Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=536135
|
|
config.h.cmake
Alex
svn path=/trunk/KDE/kdelibs/; revision=536102
|
|
specified member variable
Alex
svn path=/trunk/KDE/kdelibs/; revision=535981
|
|
put the check in every module
Perl is required for building KDe software, e.g. dcopidl
Alex
svn path=/trunk/KDE/kdelibs/; revision=535221
|
|
_QT4_ADD_FILE_DEPENDENCIES()
Alex
svn path=/trunk/KDE/kdelibs/; revision=534769
|
|
-apply patches from Clinton Stimpson and Kenneth Moreland, fixing some QtMain issues on windows
Alex
svn path=/trunk/KDE/kdelibs/; revision=534767
|
|
svn path=/trunk/KDE/kdelibs/; revision=534733
|
|
header file. Amazing how long this bug went unnoticed.
Fixes everything-constantly-rebuilding when using cmake.
svn path=/trunk/KDE/kdelibs/; revision=534598
|
|
-some lowercasing
Alex
svn path=/trunk/KDE/kdelibs/; revision=534320
|
|
CheckCXXCompilerFlag.cmake
-add a comment about removing CheckTypeSize.cmake once we require cmake 2.4.1
Alex
svn path=/trunk/KDE/kdelibs/; revision=534314
|
|
- readd visibility support
svn path=/trunk/KDE/kdelibs/; revision=534204
|
|
effect befor we require cmake 2.4.1 (we're still at 2.3.4)
Alex
svn path=/trunk/KDE/kdelibs/; revision=533904
|
|
creating the desired rules
Alex
svn path=/trunk/KDE/kdelibs/; revision=533383
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=533083
|
|
-include MacroLibrary in the top level CMakeLists.txt instead of the separate macro files
Alex
svn path=/trunk/KDE/kdelibs/; revision=532921
|
|
-use the new multiple-output syntax for KDE4_ADD_KCFG_FILES()
-introduce a new target property WRAPPER_SCRIPT, which is set to the created wrapper script (or the executable
if none is generated), which can then be easily queried and used e.g. in add_custom_command
Alex
Adriaan, does this fix your RPATH problem ?
CCMAIL: <groot@kde.org>
svn path=/trunk/KDE/kdelibs/; revision=532800
|
|
CACHED_FOO fast-path
when the check only uses those. Instead I used this, to avoid "Found libfoo" in the output when in
fact we didn't just look for it, we had it in the cache.
+if (TIFF_INCLUDE_DIR)
+ # Already in cache, be silent
+ set(TIFF_FIND_QUIETLY TRUE)
+endif (TIFF_INCLUDE_DIR)
CACHED_FOO remains for the cases where there is more logic to the configure check, like
PKGCONFIG, foo-config, or CHECK_LIBRARY_EXISTS (e.g. bzip2)
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=531839
|
|
svn path=/trunk/KDE/kdelibs/; revision=531833
|
|
svn path=/trunk/KDE/kdelibs/; revision=531255
|
|
The other solution would be to use add_definitions instead of include_directories,
but then we lose the automatic removal of -I/usr/include for instance.
svn path=/trunk/KDE/kdelibs/; revision=531167
|
|
something isn't available (e.g. agg for me).
svn path=/trunk/KDE/kdelibs/; revision=531000
|
|
to short circuit checks for Motif on non X11 platforms.
svn path=/trunk/KDE/kdelibs/; revision=530857
|
|
svn path=/trunk/KDE/kdelibs/; revision=530095
|
|
svn path=/trunk/KDE/kdelibs/; revision=529864
|
|
that happens so often.
svn path=/trunk/KDE/kdelibs/; revision=529759
|
|
-- Found KDE4 library dir: /Users/dfaure/kde/trunk/KDE/build/kdelibs/lib/.
is a strange way of saying "I'm setting those vars internally", when building kdelibs.
svn path=/trunk/KDE/kdelibs/; revision=529757
|
|
svn path=/trunk/KDE/kdelibs/; revision=529505
|
|
svn path=/trunk/KDE/kdelibs/; revision=529328
|
|
svn path=/trunk/KDE/kdelibs/; revision=529324
|
|
so that changing the prefix doesn't mean recompiling -all- of kdelibs, only
a few files. One more step towards modular config-foo.h files.
svn path=/trunk/KDE/kdelibs/; revision=529149
|
|
The same needs to be done in many other checks...
svn path=/trunk/KDE/kdelibs/; revision=528992
|
|
- Qt qmake not found!
+ The installed Qt version 4.1.0-rc1 is too old, at least version 4.1.1 is required
svn path=/trunk/KDE/kdelibs/; revision=528959
|
|
- add proper quoting
- add proper LD_LIBRARY_PATH export's
- don't make world executable. Ok, it would be better to
honor umask, but I don't know how to do that..
svn path=/trunk/KDE/kdelibs/; revision=528894
|
|
in kdeprint?
svn path=/trunk/KDE/kdelibs/; revision=528855
|
|
on FreeBSD
without the double qoutes LD_LIBRARY_PATH works at least, and the added double
qoutes help in finding the executable, but now dcopidl2cpp complains about
the space in the path to the kidl file, and no qoutes and no backslashes
help :-/
Alex
P.S. if this breaks the build on other systems, feel free to revert
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=528380
|
|
svn path=/trunk/KDE/kdelibs/; revision=528134
|
|
-use add_custom_command instead of add_custom_target(), saves one line of code
Alex
svn path=/trunk/KDE/kdelibs/; revision=527955
|
|
svn path=/trunk/KDE/kdelibs/; revision=527638
|
|
- find gnuwin32 package location very early
- removed GNUWIN32_INCLUDE_DIR/GNUWIN32_LIBRARY_DIR macros, because FindGNUWIN32.cmake
sets now CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH
- don't use pkgconfig on windows
svn path=/trunk/KDE/kdelibs/; revision=527634
|
|
svn path=/trunk/KDE/kdelibs/; revision=527629
|
|
cmake time, and remove them when "cleaning"
Alex
svn path=/trunk/KDE/kdelibs/; revision=527599
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=527571
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=527541
|
|
svn path=/trunk/KDE/kdelibs/; revision=527493
|
|
svn path=/trunk/KDE/kdelibs/; revision=527490
|
|
we can easily adjust the version number of our libs for each release
Alex
svn path=/trunk/KDE/kdelibs/; revision=527474
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=527424
|
|
-fix error in kate (the ui_ prefix was missing)
-change RPATH handling once again:
-renamed "TOOL" to "RUN_UNINSTALLED"
RPATH_STYLE is gone
if CMAKE_SKIP_RPATH is enabled, no RPATH will be used
if it is enabled, all except the RUN_UNINSTALLED apps will be built with RPATH to the install dir,
apps with RUN_UNINSTALLED set will be built with RPATH to the build dir, and relinked during make install
Alex
svn path=/trunk/KDE/kdelibs/; revision=527381
|
|
which will not be compiled by the C/C++ compiler
and use DEPENDS for everything else and where it's unsure whether it's a header or an implementation file
this fixes the build in kdelibs/kdewidgets/ partly, now it breaks with "unknown interface" :-/
Alex
svn path=/trunk/KDE/kdelibs/; revision=527355
|
|
ideally the keywords would be:
one of RUN_FROM_BUILDTREE, RUN_UNINSTALLED, NOINST, BUILDTOO, TOOL - has to run from the buildtree without being installed
NOGUI - bascially means "no bundle on OS X", so e.g. also for maybe kwin
default (no keyword): build a bundle on OS X, compile with RPATH to the install dir
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=527103
|