2018-06-01 01:11:57 +08:00
|
|
|
include(vcpkg_common_functions)
|
|
|
|
|
2019-07-18 02:39:54 +08:00
|
|
|
if (NOT VCPKG_TARGET_IS_WINDOWS)
|
|
|
|
message(FATAL_ERROR "qt5-activeqt only support Windows.")
|
|
|
|
endif()
|
|
|
|
|
2018-06-01 01:11:57 +08:00
|
|
|
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
|
|
|
|
2019-05-09 06:15:26 +08:00
|
|
|
qt_modular_library(qtactiveqt 477c42653a59739aeeb17ab54bdd5cc50bc72a117250926e940c34d3f81d1b92356074056fb49f3cd811a88840377836b2d97cea8cbc62ae1d895168e7860753)
|
2018-06-01 01:11:57 +08:00
|
|
|
|
2019-03-07 05:58:41 +08:00
|
|
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/tools/qt5-activeqt/plugins/platforminputcontexts)
|