File: CMakeLists.txt

package info (click to toggle)
qt6-virtualkeyboard 6.9.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,860 kB
  • sloc: javascript: 42,429; cpp: 21,832; python: 355; sh: 37; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from manual.pro.

find_package(X11)
if(X11_FOUND)
    add_subdirectory(x11vkbwrapper)
    add_subdirectory(x11vkbtest)
else()
    message("Manual tests x11vkbwrapper and x11vkbtest are not built due to missing X11 lib.")
endif()
add_subdirectory(quickcontrols2)
add_subdirectory(startupperformance)