CMake: Include the definition of the Qt5::AccessibleFactory target.

The file will not exist if the accessible plugin is not built.

Task-number: QTBUG-37849
Change-Id: I2983d01a085b11737bf49805edab5ca33fb5174a
Reviewed-by: Volker Krause <volker.krause@kdab.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Stephen Kelly 2014-04-16 12:18:18 +02:00 committed by The Qt Project
parent a420c6e838
commit 154b35e8c0

View File

@ -14,4 +14,6 @@ if (NOT TARGET Qt5::uic)
) )
endif() endif()
include(\"${CMAKE_CURRENT_LIST_DIR}/Qt5Widgets_AccessibleFactory.cmake\" OPTIONAL)
set(Qt5Widgets_UIC_EXECUTABLE Qt5::uic) set(Qt5Widgets_UIC_EXECUTABLE Qt5::uic)