summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tslib/CMakeLists.txt
blob: e94f32cc04a18a790562590bff3feda86ae97bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated from tslib.pro.

qt_find_package(Tslib) # special case

#####################################################################
## qtslibplugin Plugin:
#####################################################################

qt_add_plugin(qtslibplugin
    TYPE generic
    CLASS_NAME QTsLibPlugin
    SOURCES
        main.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::InputSupportPrivate
    PUBLIC_LIBRARIES
        PkgConfig::Tslib
        Qt::Core
        Qt::Gui
        Qt::InputSupport
)

#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
# OTHER_FILES = "tslib.json"
# PLUGIN_EXTENDS = "-"