aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-01-15-support for Qt resource filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498666
2006-01-15-make FindKDE4.cmake run Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498638
2006-01-15-recognize the doxygen settingsAlexander Neundorf
-try to translate libtool -version-info Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498499
2006-01-15-small wrapper around cmake's CheckTypeSize to turn it into a ↵Alexander Neundorf
"CheckPrototypeExists" Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498414
2006-01-14-use variables for the install location for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498172
2006-01-14-simple cmake modules for detecting libart, OpenSSL, FAM, jasper and PCREAlexander Neundorf
-major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498154
2006-01-13some more work on the macros, enough for todayAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497831
2006-01-13initial KDE4 files for cmake, improved am2cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497823
2006-01-13-detect headers which have to be configuredAlexander Neundorf
-support for libtool convenience libs by setting global vars which contain all their sources for KDE4: am2cmake --kde4 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497773
2006-01-12-first beginnings of support for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497484
2006-01-12move am2cmake from kde3/ here, since it seems it will work for kde4 tooAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497482
2006-01-09-these two files are generated, they don't belong in svnAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=496075
2006-01-07-am2cmake: added support for installing kcfg filesAlexander Neundorf
-KDE3Macros.cmake: improved ADD_FILE_DEPEDENCY macro -added sample CMakeLists.txt for kpager, kcalc, kio_man, and view1394 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495285
2006-01-06-added the am2cmake script, which converts Makefile.am's to CMakeLists.txtAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495019
2006-01-06-support files for cmake for building KDE 3 applications, libraries, ↵Alexander Neundorf
ioslaves, KParts, KLMs etc. documentation will follow later on Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495009