CMake: Re-generate platformsupport/input

Change-Id: I4f3c4d6d0db2cb8d5a4cb2b71a7d7e08f043b88c
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
bb10
Tobias Hunger 2019-03-28 15:11:17 +01:00
parent fdb480c8e3
commit dc0b1dc67c
1 changed files with 12 additions and 19 deletions

View File

@ -1,16 +1,7 @@
# Generated from input.pro.
find_package(Libinput)
set_package_properties(Libinput PROPERTIES TYPE OPTIONAL)
find_package(XKB)
set_package_properties(XKB PROPERTIES TYPE OPTIONAL)
find_package(Tslib)
set_package_properties(Tslib PROPERTIES TYPE OPTIONAL)
find_package(Mtdev)
set_package_properties(Mtdev PROPERTIES TYPE OPTIONAL)
find_package(Libinput) # special case
find_package(XKB) # special case
find_package(Tslib) # special case
find_package(Mtdev) # special case
#####################################################################
## InputSupport Module:
@ -22,14 +13,16 @@ add_qt_module(InputSupport
QT_NO_CAST_FROM_ASCII
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
Qt::DeviceDiscoverySupportPrivate
# CONFIG = "static" "internal_module"
# MODULE = "input_support"
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
# _LOADED = "qt_module"
Qt::GuiPrivate
)
#### Keys ignored in scope 1:.:input.pro:<NONE>:
# CONFIG = "static" "internal_module"
# MODULE = "input_support"
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
# _LOADED = "qt_module"
## Scopes:
#####################################################################
@ -83,8 +76,8 @@ extend_target(InputSupport CONDITION QT_FEATURE_libinput
INCLUDE_DIRECTORIES
libinput/../shared
LIBRARIES
PkgConfig::Libudev
Libinput::Libinput
PkgConfig::Libudev
)
extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon_evdev