2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2020-06-26 18:41:29 +00:00
|
|
|
find_package(PkgConfig QUIET)
|
2019-02-11 14:47:04 +00:00
|
|
|
|
|
|
|
pkg_check_modules(Tslib tslib IMPORTED_TARGET)
|
2019-06-05 08:08:44 +00:00
|
|
|
|
|
|
|
if (NOT TARGET PkgConfig::Tslib)
|
|
|
|
set(Tslib_FOUND 0)
|
|
|
|
endif()
|