mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
d808514c9d
* [poco] bin and debug/bin directories should also be removed on macOS * white space for rebuild * updated platform comparison
6 lines
200 B
CMake
6 lines
200 B
CMake
if (NOT VCPKG_TARGET_IS_WINDOWS)
|
|
message(FATAL_ERROR "qt5-winextras only support Windows.")
|
|
endif()
|
|
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
|
|
qt_submodule_installation()
|