Regenerate generic plugins

Change-Id: I8f009d629a977dcdf79535b3e0b1c4bdd0b89688
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
bb10
Alexandru Croitor 2019-10-07 18:34:21 +02:00
parent 6c452e2276
commit 72bf2fbe42
10 changed files with 56 additions and 17 deletions

View File

@ -0,0 +1,23 @@
# Generated from generic.pro.
if(QT_FEATURE_evdev)
add_subdirectory(evdevmouse)
add_subdirectory(evdevtouch)
add_subdirectory(evdevkeyboard)
endif()
if(QT_FEATURE_evdev AND QT_FEATURE_tabletevent)
add_subdirectory(evdevtablet)
endif()
if(QT_FEATURE_tslib)
add_subdirectory(tslib)
endif()
if(QT_FEATURE_tuiotouch)
add_subdirectory(tuiotouch)
endif()
if(QT_FEATURE_libinput)
add_subdirectory(libinput)
endif()
if(FREEBSD)
add_subdirectory(bsdkeyboard)
add_subdirectory(bsdmouse)
endif()

View File

@ -1,26 +1,23 @@
# Generated from generic.pro.
if(QT_FEATURE_evdev)
add_subdirectory(evdevmouse)
add_subdirectory(evdevtouch)
add_subdirectory(evdevkeyboard)
if(QT_FEATURE_tabletevent)
add_subdirectory(evdevtablet)
endif()
endif()
if(QT_FEATURE_evdev AND QT_FEATURE_tabletevent)
add_subdirectory(evdevtablet)
endif()
if(QT_FEATURE_tslib)
add_subdirectory(tslib)
endif()
if(QT_FEATURE_tuiotouch)
add_subdirectory(tuiotouch)
endif()
if(QT_FEATURE_libinput)
add_subdirectory(libinput)
endif()
if(FREEBSD)
# TODO add_subdirectory(bsdkeyboard)
# TODO add_subdirectory(bsdmouse)
# add_subdirectory(bsdkeyboard) # special case TODO
# add_subdirectory(bsdmouse) # special case TODO
endif()

View File

@ -21,6 +21,5 @@ add_qt_plugin(qevdevkeyboardplugin
#### Keys ignored in scope 1:.:.:evdevkeyboard.pro:<TRUE>:
# OTHER_FILES = "evdevkeyboard.json"
# PLUGIN_CLASS_NAME = "QEvdevKeyboardPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -21,6 +21,5 @@ add_qt_plugin(qevdevmouseplugin
#### Keys ignored in scope 1:.:.:evdevmouse.pro:<TRUE>:
# OTHER_FILES = "evdevmouse.json"
# PLUGIN_CLASS_NAME = "QEvdevMousePlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -21,6 +21,5 @@ add_qt_plugin(qevdevtabletplugin
#### Keys ignored in scope 1:.:.:evdevtablet.pro:<TRUE>:
# OTHER_FILES = "evdevtablet.json"
# PLUGIN_CLASS_NAME = "QEvdevTabletPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -21,6 +21,5 @@ add_qt_plugin(qevdevtouchplugin
#### Keys ignored in scope 1:.:.:evdevtouch.pro:<TRUE>:
# OTHER_FILES = "evdevtouch.json"
# PLUGIN_CLASS_NAME = "QEvdevTouchScreenPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -21,6 +21,5 @@ add_qt_plugin(qlibinputplugin
#### Keys ignored in scope 1:.:.:libinput.pro:<TRUE>:
# OTHER_FILES = "libinput.json"
# PLUGIN_CLASS_NAME = "QLibInputPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -0,0 +1,26 @@
# Generated from tslib.pro.
#####################################################################
## 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_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -24,6 +24,5 @@ add_qt_plugin(qtslibplugin
#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
# OTHER_FILES = "tslib.json"
# PLUGIN_CLASS_NAME = "QTsLibPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"

View File

@ -27,6 +27,5 @@ add_qt_plugin(qtuiotouchplugin
#### Keys ignored in scope 1:.:.:tuiotouch.pro:<TRUE>:
# OTHER_FILES = "tuiotouch.json"
# PLUGIN_CLASS_NAME = "QTuioTouchPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"