Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=504651
|
|
svn path=/trunk/KDE/kdelibs/; revision=504646
|
|
-search for kdewin32 library on windows
Alex
svn path=/trunk/KDE/kdelibs/; revision=504372
|
|
optional_find_package(<name>)
e.g.
optional_find_package( ZLIB)
is the same as
option(WITH_ZLIB "Search for ZLIB package" ON)
if (WITH_ZLIB)
find_package(ZLIB)
endif (WITH_ZLIB)
This has the effect that all packages which are searched using this new command can be manually disabled
using "cmake <dir> -DWITH_<name>=OFF" (or using the cmake GUI)
This can be used to disable a package although it exists on the system.
The result <name>_FOUND can be used as usual with find_package() for further testing in the CMakeLists.txt
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=504336
The following changes were in SVN, but were removed from git:
M pics/CMakeLists.txt
|
|
call kconfig_compiler for .kcfg file in source_dir
svn path=/trunk/KDE/kdelibs/; revision=504325
|
|
svn path=/trunk/KDE/kdelibs/; revision=504066
|
|
-add a CMakeLists.txt for windows
-check for another agg header
Alex
svn path=/trunk/KDE/kdelibs/; revision=503989
|
|
svn path=/trunk/KDE/kdelibs/; revision=503889
|
|
update the kde3 cmake files
Alex
svn path=/trunk/KDE/kdelibs/; revision=503684
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503634
|
|
-use the correct Qt do dir
Alex
svn path=/trunk/KDE/kdelibs/; revision=503606
|
|
svn path=/trunk/KDE/kdelibs/; revision=503588
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503587
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503519
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503508
|
|
-add cmake/systeminfo/CMakeLists.txt, which prints out useful information when run
Alex
svn path=/trunk/KDE/kdelibs/; revision=503448
|
|
definitions for QT_AND_KDECORE_LIBS to get -L and -F
svn path=/trunk/KDE/kdelibs/; revision=503366
|
|
svn path=/trunk/KDE/kdelibs/; revision=503363
|
|
svn path=/trunk/KDE/kdelibs/; revision=503362
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503277
|
|
really test it)
-some cosmetic changes
-FindQt4 should now also work if only the debug libraries are present, less LOC
-preparation for windows developers
Alex
svn path=/trunk/KDE/kdelibs/; revision=503263
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=503146
|
|
Qt binaries in the normal system paths
Alex
svn path=/trunk/KDE/kdelibs/; revision=503140
|
|
svn path=/trunk/KDE/kdelibs/; revision=503034
|
|
svn path=/trunk/KDE/kdelibs/; revision=503032
|
|
-compile fix in interfaces/ktexteditor/codecompletion2.h, gcc 3.3.6 didn't compile it:
In file included from /home/alex/src/kde4-svn/kdelibs/kate/part/kateview.h:31,
from /home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:27:
/home/alex/src/kde4-svn/kdelibs/interfaces/ktexteditor/codecompletion2.h:89: error: duplicate field
enum KTextEditor::CodeCompletionModel::HighlightMethod' (as enum and non-enum)
/home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp: In constructor KateReplacePrompt::KateRep
lacePrompt(QWidget*)':
/home/alex/src/kde4-svn/kdelibs/kate/part/katesearch.cpp:628: warning: __base_ctor' is deprecated
(declared at /home/alex/src/kde4-svn/kdelibs/kdeui/kdialogbase.h:194)
-compile fix in kdeui/ktip.cpp, gcc 3.3.6 didn't compile it
Alex
CCMAIL: kwrite-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=503028
|
|
svn path=/trunk/KDE/kdelibs/; revision=503025
|
|
change all
#cmakedefine HAVE_FOO
and
#cmakedefine01 HAVE_FOO
to
#cmakedefine HAVE_FOO 1
-> compatible with the current buildsystem
Alex
svn path=/trunk/KDE/kdelibs/; revision=502950
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502616
|
|
-DartConfig.cmake contributed by Bill Hoffman
Alex
svn path=/trunk/KDE/kdelibs/; revision=502405
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502396
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502383
|
|
generated multiple times for the same headers
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501726
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501687
|
|
(goutte)
svn path=/trunk/KDE/kdesdk/cmake/; revision=501574
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501434
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501422
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501385
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501378
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
|
|
svn path=/trunk/KDE/kdesdk/cmake/; revision=501375
|
|
-fix for CheckTypeSize.cmake
-add thread library (required in cmake)
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
|
|
-better support for libtool convenience libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
|
|
FindFoo.cmake files
-FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above
-some tuning in the other modules
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499884
|
|
-use ${QT_INCLUDES} everywhere
-recognize QT3SUPPORTLIB and DCOP_LIB in am2cmake
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499877
|
|
the support for pkg-config was added with a custom cmake module (i.e. script, no editing of C++ sources involved)
since somebody asked me, whether pkg-config is supported by cmake, ccmail to the mailinglist
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499066
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499059
|
|
usage:
pkgconfig(alsa ALSA_INCLUDE_DIR ALSA_LINK_DIR ALSA_LINK_FLAGS ALSA_CFLAGS)
This will fill in the respective values in these four variables. If pkg-config or the software package is not found they will be empty.
This command is not intended to be used directly, but in FindFOO.cmake modules.
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498955
|