~schumski-deactivatedaccount-deactivatedaccount/qjson/trunk

Viewing all changes in revision 217.

  • Committer: Flavio Castelli
  • Author(s): Raphael Kubo da Costa
  • Date: 2011-08-24 15:55:10 UTC
  • Revision ID: git-v1:69676d4564504c3f488b430e48666176e0e3d0c8
Drop FindQJSON.cmake in favour of qjson-config.cmake.

Using Config files is the preferred way to allow CMake to find a
certain library, as a library providing its own FindFoo.cmake does not
make sense at all.

Note that find_package(QJSON) does not work anymore, as the file names
are all lowercased. Using find_package(qjson) should be used instead.

Most of the changes were adapted from the buildsystem example in the
kdeexamples module [1].

[1] https://projects.kde.org/projects/kde/kdeexamples

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: