aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29borland testAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503587
2006-01-29also write a log file SystemInfo.txtAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503519
2006-01-29dont use /opt/kde4 hardcoded as KDE4DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=503508
2006-01-29-make "make install" work in kate/data/Alexander Neundorf
-add cmake/systeminfo/CMakeLists.txt, which prints out useful information when run Alex svn path=/trunk/KDE/kdelibs/; revision=503448
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-27-applying the patch by Bill Hoffman:Alexander Neundorf
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
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-25-fix typo: use correct install directory SERVICETYPESAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502396
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-23Fix FSF addressScript Kiddy
(goutte) svn path=/trunk/KDE/kdesdk/cmake/; revision=501574
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
2006-01-22make install now installs all cmake files into the cmake module directoryAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501385
2006-01-22-kde4 stuff moved to modules/ dirAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501378
2006-01-22moved kde3 stuff to modules/Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
2006-01-22testAlexander Neundorf
svn path=/trunk/KDE/kdesdk/cmake/; revision=501375
2006-01-22- add the X11 incklude dirsAlexander Neundorf
-fix for CheckTypeSize.cmake -add thread library (required in cmake) Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
2006-01-22-files for detecting bzip2 and cupsAlexander Neundorf
-better support for libtool convenience libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
2006-01-22-generate_findpackage_file: a script to simplify generating simple ↵Alexander Neundorf
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
2006-01-19-fix ui3 handlingAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
2006-01-18hack to make moc workAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499884
2006-01-18-improve automoc with absolute file pathsAlexander Neundorf
-use ${QT_INCLUDES} everywhere -recognize QT3SUPPORTLIB and DCOP_LIB in am2cmake Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499877
2006-01-16use the new pkg-config cmake module in the libart moduleAlexander Neundorf
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
2006-01-16adjust the commands for handlung ui3 and ui(4) filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499059
2006-01-16cmake module for using pkg-configAlexander Neundorf
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