summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput/CMakeLists.txt
blob: e83029d86715b3d3aacc9d52627d37510d278348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from libinput.pro.

#####################################################################
## qlibinputplugin Plugin:
#####################################################################

add_qt_plugin(qlibinputplugin
    TYPE generic
    SOURCES
        main.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::InputSupportPrivate
    # OTHER_FILES = "libinput.json"
    # PLUGIN_CLASS_NAME = "QLibInputPlugin"
    # PLUGIN_EXTENDS = "-"
    # _LOADED = "qt_plugin"
)