summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tslib/CMakeLists.txt
blob: 47d23528c19206bcaeaa558ec23bd2bc1be725e9 (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
28
29
# Generated from tslib.pro.

qt_find_package(Tslib) # special case

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

add_qt_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_CLASS_NAME = "QTsLibPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"