aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-02-03-major overhaul of the windows stuff: kdelibs/win/ is now built as a regular ↵Alexander Neundorf
part of the build process -an improved version of CheckIncludeFiles.cmake has been added, which takes additional include directories as argument -the check for the KDE4_LIB_DIR was wrong, it returned libkxmlcore.so instead of the directory -fix the header install commands for the win/include/ stuff Alex svn path=/trunk/KDE/kdelibs/; revision=505455
2006-02-03Install scalable iconsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505212
2006-02-03Add specific directory for kconf_updateLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505157
2006-02-03Fix install into servicetypes directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505117
2006-02-02-use the expected -DMAKE_<libname>_LIB when compiling libraries under windowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504990
2006-02-02correct path also in the la fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504940
2006-02-02install the fake libtool la files also to KDE4_LIB_INSTALL_DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504937
2006-02-02Allow to compile java directoryLaurent Montel
(install doesn't work for the moment ) svn path=/trunk/KDE/kdelibs/; revision=504910
2006-02-02Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander toLaurent Montel
fix install lib on x86_64 svn path=/trunk/KDE/kdelibs/; revision=504772
2006-02-01fix kdewin32 detectionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504706
2006-02-01output Qt versionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504703
2006-02-01hmm, include/Qt/ seems to be different an every platformAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504701
2006-02-01there's no Qt.framework on OS XAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504699
2006-02-01fix typo, thanks to peterAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504698
2006-02-01-FindQt4.cmake now checks first for include/QtCore, and only optionally for ↵Alexander Neundorf
include/Qt/ -some tweaks for windows ... quite hard to do if you neither can test it nor know how it should work... Alex svn path=/trunk/KDE/kdelibs/; revision=504695
2006-02-01Fix to use KDE4_* and CACHE STRING to define what isLaurent Montel
the usefull of macro svn path=/trunk/KDE/kdelibs/; revision=504665
2006-02-01Alexander is right, cmake have a png moduleLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504660
2006-02-01Now we can define pos of mandir/infodirLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504656
2006-02-01Define "KDE4_SYSCONF_DIR" which is '/etc' by defaultLaurent Montel
but now we can redefine it svn path=/trunk/KDE/kdelibs/; revision=504653
2006-02-01Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504651
2006-02-01Add module to find png libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504646
2006-01-31-DLEAN_AND_MEAN for windowsAlexander Neundorf
-search for kdewin32 library on windows Alex svn path=/trunk/KDE/kdelibs/; revision=504372
2006-01-31new cmake macro OptionalFindPackage.cmake featuring the new command ↵Alexander Neundorf
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
2006-01-31fix source_dir != build_dir: Christian Loose
call kconfig_compiler for .kcfg file in source_dir svn path=/trunk/KDE/kdelibs/; revision=504325
2006-01-31Add test for dnssd libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504066
2006-01-30-generate the xml kate files on demand during the build, not during cmake timeAlexander Neundorf
-add a CMakeLists.txt for windows -check for another agg header Alex svn path=/trunk/KDE/kdelibs/; revision=503989
2006-01-30fix ENDIFChristian Loose
svn path=/trunk/KDE/kdelibs/; revision=503889
2006-01-29prepare support for the windows portAlexander Neundorf
update the kde3 cmake files Alex svn path=/trunk/KDE/kdelibs/; revision=503684
2006-01-29aspell/hspell support by Laurent MontelAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503634
2006-01-29-install dcopidl (dcopidl.bat on windows)Alexander Neundorf
-use the correct Qt do dir Alex svn path=/trunk/KDE/kdelibs/; revision=503606
2006-01-29mess with the path only or QtTestBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503588
2006-01-29dont use /opt/kde4 hardcoded as KDE4DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503508
2006-01-28work around some kjs stuff that assumes __APPLE__ == WEBKIT, also fix ↵Benjamin Reed
definitions for QT_AND_KDECORE_LIBS to get -L and -F svn path=/trunk/KDE/kdelibs/; revision=503366
2006-01-28stupid non-framework QtTestBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503363
2006-01-28look for libgif or libungifBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503362
2006-01-28-support QtSvg and QtTestAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503277
2006-01-28-new module to find agg (I don't have it installed here, so I couldn't ↵Alexander Neundorf
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
2006-01-28this wan't intended to be commitedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503146
2006-01-28-prefer the Qt binaries in the "special" (like QTDIR) directories over the ↵Alexander Neundorf
Qt binaries in the normal system paths Alex svn path=/trunk/KDE/kdelibs/; revision=503140
2006-01-27d'oh! forgot to add thisBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503034
2006-01-27-lQtTest is not a framework on osx qt 4.1.0, need -L stillBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503032
2006-01-27-first *complete* build of *complete* kdelibs, with no undefined symbols leftAlexander Neundorf
-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
2006-01-27mac os x fixes for the cmake buildBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=503025
2006-01-26-fix by Tanner Lovelace, generate correct include statementsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502616
2006-01-25-all install rules work nowAlexander Neundorf
-DartConfig.cmake contributed by Bill Hoffman Alex svn path=/trunk/KDE/kdelibs/; revision=502405
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502383
2006-01-23make it dcop skel/stub rules work in directories where stubs/skels areAlexander Neundorf
generated multiple times for the same headers Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501726
2006-01-23-fix Foo_FIND_REQUIRED and Foo_FIND_QUIETYL handling:Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501687
2006-01-22it seems strtoll doesn't work opn FreeBSD with -ansiAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501434
2006-01-22-require Qt4 in FindKDE4.cmake, as suggested by Tanner LovelaceAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501422