summaryrefslogtreecommitdiff
path: root/src/qtwaylandscanner/CMakeLists.txt
blob: 17254afc3c33b93e64e326a8dbcb76b2dde50cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from qtwaylandscanner.pro.

#####################################################################
## qtwaylandscanner Tool:
#####################################################################

qt_add_tool(qtwaylandscanner
    TOOLS_TARGET WaylandScanner # special case
    SOURCES
        qtwaylandscanner.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:qtwaylandscanner.pro:<TRUE>:
# _OPTION = "host_build"

# special case begin
# Abuse the function to make sure the package providing qtwaylandscanner calls
# find_package(WaylandScanner), aka the non-qt provided package.
qt_record_extra_package_dependency(qtwaylandscanner WaylandScanner "")
# special case end