diff options
| author | Barath Kannan <barathsotd@gmail.com> | 2018-01-18 10:02:56 +1100 |
|---|---|---|
| committer | Barath Kannan <barathsotd@gmail.com> | 2018-01-18 10:02:56 +1100 |
| commit | ca9ff199d6024fa0ef26abcba920928215d77f38 (patch) | |
| tree | 090368bba576081970d8481628a8fea4ceda9433 /ports/qt5-3d | |
| parent | c30363d07b3f64b5f38531442ea92d9c1cf81d13 (diff) | |
| download | vcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.tar.gz vcpkg-ca9ff199d6024fa0ef26abcba920928215d77f38.zip | |
append hyphen to qt5 module names
Diffstat (limited to 'ports/qt5-3d')
| -rw-r--r-- | ports/qt5-3d/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5-3d/portfile.cmake | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ports/qt5-3d/CONTROL b/ports/qt5-3d/CONTROL new file mode 100644 index 000000000..9213e0356 --- /dev/null +++ b/ports/qt5-3d/CONTROL @@ -0,0 +1,4 @@ +Source: qt5-3d +Version: 5.9.2-0 +Description: Qt5 3d Module - Functionality for near-realtime simulation systems with support for 2D and 3D rendering +Build-Depends: qt5-modularscripts, qt5-base, qt5-declarative diff --git a/ports/qt5-3d/portfile.cmake b/ports/qt5-3d/portfile.cmake new file mode 100644 index 000000000..7de7bb5d5 --- /dev/null +++ b/ports/qt5-3d/portfile.cmake @@ -0,0 +1,5 @@ +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qt3d 1c7dbd4e557cdd183ec6e929aae5727ce2ffcb519517942b588594bb81a78cb3d732cde4dae58085a70ec2968a8c2443eae96536125c25938222ff7c89f4f9a2) |
