| Age | Commit message (Collapse) | Author |
|
trouble in some cases
svn path=/trunk/KDE/kdelibs/; revision=689445
|
|
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
|
|
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
|
|
(KDEDIRS based)
svn path=/trunk/KDE/kdelibs/; revision=686007
|
|
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
|
|
add a convience define to not have to install xmlgui and other files.
Adapt knotify and kdeui tests to this change (remove the extra add_definitions there)
svn path=/trunk/KDE/kdelibs/; revision=679803
|
|
Q_DECL_EXPORT expands to nothing
svn path=/trunk/KDE/kdelibs/; revision=678787
|
|
svn path=/trunk/KDE/kdelibs/; revision=678786
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=678277
|
|
cmake_install.cmake files
svn path=/trunk/KDE/kdelibs/; revision=678005
|
|
- added explorer integration for easier access to the build environment (shell scripts with predefined pathes for mingw and nmake and msvc)
svn path=/trunk/KDE/kdelibs/; revision=677974
|
|
kde4_add_test_executable and introduce kde4_add_unit_test for unittests, which
combines kde4_add_test_executable and cmake's add_test. Port the kdelibs
module, the other modules will be comitted shortly.
CCMAIL: kde-core-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=676857
|
|
svn path=/trunk/KDE/kdelibs/; revision=673238
|
|
-> the comment 'does not work atm' is corect...
svn path=/trunk/KDE/kdelibs/; revision=672966
|
|
KDEWIN sets include/library search path for all other modules and KDEWIN32 search for kdewin32 library in the found locations.
svn path=/trunk/KDE/kdelibs/; revision=672805
|
|
-only reuse the install dirs from kdelibs if the current CMAKE_INSTALL_PREFIX equals the kdelibs install dir
Alex
svn path=/trunk/KDE/kdelibs/; revision=672766
|
|
to kdelibs/CMakeLists.txt
Alex
svn path=/trunk/KDE/kdelibs/; revision=671572
|
|
" you configure kdelibs to CMAKE_INSTALL_PREFIX=/usr CONFIG_INSTALL_DIR=/etc/kde"
"then you go to kdetoys and do CMAKE_INSTALL_PREFIX=/usr"
cmake didn't use CONFIG_INSTALL_DIR.
Now we store value into KDELibsDependencies.cmake and we can use directly.
not necessary to re-specify CONFIG_INSTALL_DIR in each module.
svn path=/trunk/KDE/kdelibs/; revision=669808
|
|
Thanks to dfaure and tronical for helping me out with the build systems!
svn path=/trunk/KDE/kdelibs/; revision=668049
|
|
svn path=/trunk/KDE/kdelibs/; revision=666996
|
|
and needs testing; let's get Dirk going meanwhile.
svn path=/trunk/KDE/kdelibs/; revision=666995
|
|
svn path=/trunk/KDE/kdelibs/; revision=666993
|
|
cvs version. So revert it. It's defined now with official
cmake version
svn path=/trunk/KDE/kdelibs/; revision=666910
|
|
svn path=/trunk/KDE/kdelibs/; revision=665848
|
|
BIN_INSTALL_DIR on win32
svn path=/trunk/KDE/kdelibs/; revision=665787
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=664860
|
|
Mention bug in FindKDE4Internal when people try configuring a module with a prefix != kde prefix
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=664536
|
|
svn path=/trunk/KDE/kdelibs/; revision=662242
|
|
svn path=/trunk/KDE/kdelibs/; revision=660843
|
|
svn path=/trunk/KDE/kdelibs/; revision=660803
|
|
-> it's not a standard KDE4_FOO_LIBS, it's a KMETADATA_LIBRARIES like any 3rd-party lib we have to check the existance of.
svn path=/trunk/KDE/kdelibs/; revision=660321
|
|
svn path=/trunk/KDE/kdelibs/; revision=660314
|
|
svn path=/trunk/KDE/kdelibs/; revision=659893
|
|
svn path=/trunk/KDE/kdelibs/; revision=659888
|
|
svn path=/trunk/KDE/kdelibs/; revision=659749
|
|
qtgui); a lib for one class (which kio uses anyway) is overkill.
svn path=/trunk/KDE/kdelibs/; revision=659626
|
|
svn path=/trunk/KDE/kdelibs/; revision=656153
|
|
svn path=/trunk/KDE/kdelibs/; revision=654406
|
|
svn path=/trunk/KDE/kdelibs/; revision=649531
|
|
accident
svn path=/trunk/KDE/kdelibs/; revision=649500
|
|
kfile lib
svn path=/trunk/KDE/kdelibs/; revision=649201
|
|
It will allow to add spellchecking into ktextedit
New sonnet organization ok'ed by David.
libsonnetcore/libsonnetui is removed now.
svn path=/trunk/KDE/kdelibs/; revision=648519
|
|
"kde4/servicetypes"
so that we never try to use a kde3 KPart into a kde4 application, and vice versa,
and to avoid conflicts when installing both into the same prefix.
This solution also leaves room for prepending a kde4/ in front of other resources if needed...
maybe most of them, apart from those that affect $KDEHOME too (like config and data...)
CCMAIL: kde-core-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=648276
|
|
OK'd by David Faure.
svn path=/trunk/KDE/kdelibs/; revision=647752
|
|
Please update your qt-copy/tarball
Regards
svn path=/trunk/KDE/kdelibs/; revision=647419
|
|
svn path=/trunk/KDE/kdelibs/; revision=646669
|
|
-minor cleanups
Alex
svn path=/trunk/KDE/kdelibs/; revision=644423
|
|
when they really should be Q_WS_X11/Q_WS_MAC assumptions.
These changes make it so that kdelibs (and probably the rest)
build against qt4/x11 on Mac OS X safely. It should still work
with qt4/mac as well.
svn path=/trunk/KDE/kdelibs/; revision=637547
|
|
svn path=/trunk/KDE/kdelibs/; revision=635677
|
|
many bugs in older versions
svn path=/trunk/KDE/kdelibs/; revision=633369
|