# Generated from input.pro. ##################################################################### ## InputSupport Module: ##################################################################### add_qt_module(InputSupport STATIC DEFINES QT_NO_CAST_FROM_ASCII LIBRARIES Qt::CorePrivate Qt::DeviceDiscoverySupportPrivate Qt::GuiPrivate PUBLIC_LIBRARIES Qt::Core Qt::DeviceDiscoverySupport Qt::Gui ) #### Keys ignored in scope 3:.:.:input-support.pro:: # CONFIG = "static" "internal_module" # MODULE = "input_support" # PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h" # _LOADED = "qt_module" ## Scopes: ##################################################################### extend_target(InputSupport CONDITION QT_FEATURE_evdev SOURCES evdevkeyboard/qevdevkeyboard_defaultmap_p.h evdevkeyboard/qevdevkeyboardhandler.cpp evdevkeyboard/qevdevkeyboardhandler_p.h evdevkeyboard/qevdevkeyboardmanager.cpp evdevkeyboard/qevdevkeyboardmanager_p.h evdevmouse/qevdevmousehandler.cpp evdevmouse/qevdevmousehandler_p.h evdevmouse/qevdevmousemanager.cpp evdevmouse/qevdevmousemanager_p.h evdevtouch/qevdevtouchhandler.cpp evdevtouch/qevdevtouchhandler_p.h evdevtouch/qevdevtouchmanager.cpp evdevtouch/qevdevtouchmanager_p.h INCLUDE_DIRECTORIES evdevtouch/../shared ) extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_tabletevent SOURCES evdevtablet/qevdevtablethandler.cpp evdevtablet/qevdevtablethandler_p.h evdevtablet/qevdevtabletmanager.cpp evdevtablet/qevdevtabletmanager_p.h ) extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_libudev AND QT_FEATURE_tabletevent LIBRARIES PkgConfig::Libudev ) extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_libudev LIBRARIES PkgConfig::Libudev ) extend_target(InputSupport CONDITION QT_FEATURE_evdev AND QT_FEATURE_mtdev LIBRARIES PkgConfig::Mtdev ) extend_target(InputSupport CONDITION QT_FEATURE_tslib SOURCES tslib/qtslib.cpp tslib/qtslib_p.h PUBLIC_LIBRARIES PkgConfig::Tslib ) extend_target(InputSupport CONDITION QT_FEATURE_libinput SOURCES libinput/qlibinputhandler.cpp libinput/qlibinputhandler_p.h libinput/qlibinputkeyboard.cpp libinput/qlibinputkeyboard_p.h libinput/qlibinputpointer.cpp libinput/qlibinputpointer_p.h libinput/qlibinputtouch.cpp libinput/qlibinputtouch_p.h INCLUDE_DIRECTORIES libinput/../shared LIBRARIES Libinput::Libinput PkgConfig::Libudev ) extend_target(InputSupport CONDITION QT_FEATURE_libinput AND QT_FEATURE_xkbcommon LIBRARIES Qt::XkbCommonSupportPrivate XKB::XKB PUBLIC_LIBRARIES Qt::XkbCommonSupport ) extend_target(InputSupport CONDITION QT_FEATURE_evdev OR QT_FEATURE_libinput SOURCES shared/qtouchoutputmapping.cpp shared/qtouchoutputmapping_p.h ) extend_target(InputSupport CONDITION QT_FEATURE_integrityhid SOURCES integrityhid/qintegrityhidmanager.cpp integrityhid/qintegrityhidmanager.h LIBRARIES integrityhid ) if(QT_FEATURE_xkbcommon) add_subdirectory(xkbcommon) endif() if(QT_FEATURE_evdev) if(QT_FEATURE_tabletevent) if(QT_FEATURE_libudev) endif() endif() if(QT_FEATURE_libudev) endif() if(QT_FEATURE_libudev) endif() if(QT_FEATURE_libudev) endif() if(QT_FEATURE_mtdev) endif() endif() if(QT_FEATURE_tslib) endif() if(QT_FEATURE_libinput) if(QT_FEATURE_xkbcommon) endif() endif() if(QT_FEATURE_evdev OR QT_FEATURE_libinput) endif() if(QT_FEATURE_integrityhid) endif()