mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Merge pull request #2781 from hesmar/master
* add qt5-quickcontrols2 * add qt5-quickcontrols port * add qt5-graphicaleffects
This commit is contained in:
commit
5b9046d180
4
ports/qt5-graphicaleffects/CONTROL
Normal file
4
ports/qt5-graphicaleffects/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: qt5-graphicaleffects
|
||||
Version: 5.9.2-0
|
||||
Description: Qt5 GraphicalEffects Module.
|
||||
Build-Depends: qt5-modularscripts, qt5-base
|
7
ports/qt5-graphicaleffects/portfile.cmake
Normal file
7
ports/qt5-graphicaleffects/portfile.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
SET(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
||||
|
||||
qt_modular_library(qtgraphicaleffects 66464c26c9cc78763fda18898cd9c424bc4c0a5cbffc83d68d388e53327aeb77ae0e3c2c4cea947c3b6b7ec5af7bf5124492fc9642ff3c4ba75b06b9fa3883a4)
|
4
ports/qt5-quickcontrols/CONTROL
Normal file
4
ports/qt5-quickcontrols/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: qt5-quickcontrols
|
||||
Version: 5.9.2-0
|
||||
Description: Qt5 QuickControls Module.
|
||||
Build-Depends: qt5-modularscripts, qt5-base
|
7
ports/qt5-quickcontrols/portfile.cmake
Normal file
7
ports/qt5-quickcontrols/portfile.cmake
Normal file
@ -0,0 +1,7 @@
|
||||
SET(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
||||
|
||||
qt_modular_library(qtquickcontrols fd5833bd3823e3a53b54ac542857af5bb109952035869ad0a151e807abc9d304ef5d3fa04b75df3b59faf0b95412f593d86b56198f96734f3a75b1620688ba4f)
|
4
ports/qt5-quickcontrols2/CONTROL
Normal file
4
ports/qt5-quickcontrols2/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: qt5-quickcontrols2
|
||||
Version: 5.9.2-0
|
||||
Description: Qt5 QuickControls2 Module.
|
||||
Build-Depends: qt5-modularscripts, qt5-base
|
5
ports/qt5-quickcontrols2/portfile.cmake
Normal file
5
ports/qt5-quickcontrols2/portfile.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
|
||||
|
||||
qt_modular_library(qtquickcontrols2 e283320aabbaa153067c909804cb34bbcbf6fcb7246bb214957b6092ceb0f01c4fae2efd9d7a6cb011274deafff4aaf0a45dbda06a3fdce1154622e48740048c)
|
@ -1,4 +1,4 @@
|
||||
Source: qt5
|
||||
Version: 5.9.2-1
|
||||
Description: Qt5 Application Framework
|
||||
Build-Depends: qt5-base, qt5-charts, qt5-datavis3d, qt5-declarative, qt5-gamepad, qt5-imageformats, qt5-multimedia, qt5-networkauth, qt5-scxml, qt5-serialport, qt5-speech, qt5-svg, qt5-tools, qt5-virtualkeyboard, qt5-websockets, qt5-3d, qt5-winextras, qt5-xmlpatterns
|
||||
Build-Depends: qt5-base, qt5-charts, qt5-datavis3d, qt5-declarative, qt5-gamepad, qt5-graphicaleffects, qt5-imageformats, qt5-multimedia, qt5-networkauth, qt5-quickcontrols, qt5-quickcontrols2, qt5-scxml, qt5-serialport, qt5-speech, qt5-svg, qt5-tools, qt5-virtualkeyboard, qt5-websockets, qt5-3d, qt5-winextras, qt5-xmlpatterns
|
Loading…
x
Reference in New Issue
Block a user