mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Remove obsolete FindQJSON.cmake
This commit is contained in:
committed by
Dominik Schmidt
parent
25da5bdbc5
commit
2b95da1a32
@@ -1,29 +0,0 @@
|
|||||||
# Find QJSON - JSON handling library for Qt
|
|
||||||
#
|
|
||||||
# This module defines
|
|
||||||
# QJSON_FOUND - whether the qsjon library was found
|
|
||||||
# QJSON_LIBRARIES - the qjson library
|
|
||||||
# QJSON_INCLUDE_DIR - the include path of the qjson library
|
|
||||||
#
|
|
||||||
|
|
||||||
find_library (QJSON_LIBRARIES
|
|
||||||
NAMES
|
|
||||||
qjson
|
|
||||||
PATHS
|
|
||||||
${QJSON_LIBRARY_DIRS}
|
|
||||||
${LIB_INSTALL_DIR}
|
|
||||||
${KDE4_LIB_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
find_path (QJSON_INCLUDE_DIR
|
|
||||||
NAMES
|
|
||||||
qjson/parser.h
|
|
||||||
PATHS
|
|
||||||
${QJSON_INCLUDE_DIRS}
|
|
||||||
${INCLUDE_INSTALL_DIR}
|
|
||||||
${KDE4_INCLUDE_DIR}
|
|
||||||
)
|
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
|
||||||
find_package_handle_standard_args(QJSON DEFAULT_MSG QJSON_LIBRARIES QJSON_INCLUDE_DIR)
|
|
||||||
|
|
Reference in New Issue
Block a user