diff options
Diffstat (limited to 'ports/qt5-doc')
| -rw-r--r-- | ports/qt5-doc/CONTROL | 5 | ||||
| -rw-r--r-- | ports/qt5-doc/portfile.cmake | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ports/qt5-doc/CONTROL b/ports/qt5-doc/CONTROL new file mode 100644 index 000000000..27776a5bc --- /dev/null +++ b/ports/qt5-doc/CONTROL @@ -0,0 +1,5 @@ +Source: qt5-doc
+Version: 5.12.7
+Description: Qt5 doc Module;
+Build-Depends: qt5-base, qt5-declarative, qt5-quickcontrols2, qt5-tools
+Supports: linux
\ No newline at end of file diff --git a/ports/qt5-doc/portfile.cmake b/ports/qt5-doc/portfile.cmake new file mode 100644 index 000000000..4f6e6848e --- /dev/null +++ b/ports/qt5-doc/portfile.cmake @@ -0,0 +1,7 @@ +set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled) +if(VCPKG_TARGET_IS_WINDOWS) + set(VCPKG_POLICY_EMPTY_PACKAGE enabled) + message(STATUS "${PORT} will not build any artifacts on Windows!") +endif() +include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) +qt_submodule_installation()
\ No newline at end of file |
