summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput/libinput.pro
blob: 335605d354a0f0ac79bd1780df7b34937d18c551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qlibinputplugin

QT += core-private platformsupport-private gui-private

SOURCES = main.cpp

OTHER_FILES = libinput.json

PLUGIN_TYPE = generic
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = QLibInputPlugin
load(qt_plugin)