aboutsummaryrefslogtreecommitdiff
path: root/modules/FindBlitz.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-03-05reduce few columns, so it gives less issues in manpages generationPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=1099156
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2008-12-02-rework all uses of find_package(PkgConfig)/pkg_check_modules():Alexander Neundorf
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module and unwanted effects. *Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories. If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs. *Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for searching the libraries. These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs, either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword) I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig. Alex svn path=/trunk/KDE/kdelibs/; revision=891805
2008-11-24Port to use new PkgConfigLaurent Montel
Why FindBlitz.cmake ? I think that we can remove it svn path=/trunk/KDE/kdelibs/; revision=888266
2008-03-13Also use pkgconfig to find QImageBlitz, since it installs a .pc file.David Faure
svn path=/trunk/KDE/kdelibs/; revision=785147
2008-02-18some improvements to the docs:Alexander Neundorf
-some modules were not at all documented, only few are left now -the copyright message doesn't have to be printed for every module in the docs -fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND) Alex (will commit modified FindKDE4Internal.cmake after Christians commit) svn path=/trunk/KDE/kdelibs/; revision=776742
2007-09-30FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUGChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=719224
2007-09-24switch to new macro FIND_LIBRARY_EX() to avoid code duplicationChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=716254
2007-09-15adopt them to the new win32 library namesChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=712919
2007-09-10Make it possible to find blitz in $QIMAGEBLITZDIR; this is useful when ↵David Faure
installing kdesupport into its own prefix. No idea where to document this though... svn path=/trunk/KDE/kdelibs/; revision=710752
2007-09-04Also search for the debug version of qimageblitzAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=708391
2007-08-27Another fix for Dirk's change...Daniel M. Duley
svn path=/trunk/KDE/kdelibs/; revision=705167
2007-08-27Use new name,Daniel M. Duley
svn path=/trunk/KDE/kdelibs/; revision=705108
2007-08-15-change was correct, using PATH_SUFFIXES should be even better, then the ↵Alexander Neundorf
header will be also found in /usr/include/blitz, /usr/local/include/blitz etc. Alex CCMAIL: daniel.duley@verizon.net svn path=/trunk/KDE/kdelibs/; revision=700184
2007-08-14Look in the new subdirectory.Daniel M. Duley
Hope this build stuff is all correct >:) svn path=/trunk/KDE/kdelibs/; revision=700143
2007-08-13make use of the new FindPackageHandleStandardArgs() macroAllen Winter
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=699657
2007-08-12total rewrite. the last version didn't even look for the blitz libs.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=699279
2007-08-12Find BlitzAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=699271