Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/KDE/kdelibs/; revision=527060
|
|
svn path=/trunk/KDE/kdelibs/; revision=527038
|
|
Adjust the includes accordingly (I hope I found all of them, at least kdelibs
compiles here - except for kate/tests/arbitraryhighlighttest.cpp)
Be careful when using foo.ui, foo.h, foo.cpp now, though because uic puts
a very general include guard macro in the generated file: FOO_H
Most people (and kde-devel-vim.vim's ,i) will use the same macro for foo.h.
This will hopefully be fixable when Trolltech extends uic so that we don't
have to postprocess the output anymore. (The -o option of uic creates the
include guard from the name of the output file.)
svn path=/trunk/KDE/kdelibs/; revision=526900
|
|
right now this only affects OS X: without the NOGUI keyword, now application bundles should be created
I will add RPATH handling later.
kdelibs/kabc/: add a dependency of addressee.h to addressee.cpp, this works partly (i.e. it works if none of both exists, but doesn't work if addressee.cpp exists and addressee.h doesn't)
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=526894
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
kdelibs/CMakeLists.txt
Alex
svn path=/trunk/KDE/kdelibs/; revision=526864
|
|
svn path=/trunk/KDE/kdelibs/; revision=526552
|
|
svn path=/trunk/KDE/kdelibs/; revision=526548
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=526524
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=526481
|
|
implementation files, this should fix parallel builds
Alex
svn path=/trunk/KDE/kdelibs/; revision=526472
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=526097
|
|
mixed up with the kdesu target
Alex
svn path=/trunk/KDE/kdelibs/; revision=526087
|
|
svn path=/trunk/KDE/kdelibs/; revision=525241
|
|
breaks the build on several systems
Alex
svn path=/trunk/KDE/kdelibs/; revision=525015
|
|
reversing the terms works better.
svn path=/trunk/KDE/kdelibs/; revision=524807
|
|
/usr/local/include too early; move X11 includes into DCOP_INCLUDES in a clean fashion (I hope).
svn path=/trunk/KDE/kdelibs/; revision=524801
|
|
-new variable QT_MIN_VERSION (as in FindQt3.cmake): set it to the minimum required version
-prefer qmake over qmake-qt4
-find uic and moc by grepping the qmake spec file
-search for the libs, headers and binaries only in the directories reported by qmake
-set the minimum required Qt version to 4.1.1
svn path=/trunk/KDE/kdelibs/; revision=524621
|
|
svn path=/trunk/KDE/kdelibs/; revision=524571
|
|
don't have to be added everywhere manually
X11_INCLUDE_PATH is part of KDE4_INCLUDES on UNIX != OS X
CCMAIL: montel@kde.org
Alex
svn path=/trunk/KDE/kdelibs/; revision=524151
|
|
svn path=/trunk/KDE/kdelibs/; revision=524147
|
|
Aproved by AleXXX
svn path=/trunk/KDE/kdelibs/; revision=524129
|
|
instead of specifically checking for win32 or win64. (Thanks to Thiago for the info about this.)
svn path=/trunk/KDE/kdelibs/; revision=524072
|
|
anything in kdecore)
* Moved HAVE_PTHREAD_ATTR_GET_NP/HAVE_PTHREAD_GETATTR_NP check to kjs since it's only used there
(a small step towards modular configuration, and hopefully faster re-configure when editing a CMakeList.txt in a subdir?)
svn path=/trunk/KDE/kdelibs/; revision=523933
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
svn path=/trunk/KDE/kdelibs/; revision=523923
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=523302
|
|
svn path=/trunk/KDE/kdelibs/; revision=523195
|
|
svn path=/trunk/KDE/kdelibs/; revision=523162
|
|
svn path=/trunk/KDE/kdelibs/; revision=523140
|
|
snapshot for compat)
Bye
Alex
CCMAIL: montel@kde.org
CCMAIL: faure@kde.org
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=522713
|
|
svn path=/trunk/KDE/kdelibs/; revision=522055
|
|
svn path=/trunk/KDE/kdelibs/; revision=521729
|
|
svn path=/trunk/KDE/kdelibs/; revision=521726
|
|
related fix. Hope this is right.
svn path=/trunk/KDE/kdelibs/; revision=521619
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=521561
|
|
if they were installed before
Alex
svn path=/trunk/KDE/kdelibs/; revision=521555
|