From fe94a33bfe9c23c9ba766a2a689e7afec3bde198 Mon Sep 17 00:00:00 2001 From: Barath Kannan Date: Sun, 31 Dec 2017 08:25:28 +1100 Subject: qt5 network auth module --- ports/qt5/CONTROL | 2 +- ports/qt5networkauth/CONTROL | 4 ++++ ports/qt5networkauth/portfile.cmake | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 ports/qt5networkauth/CONTROL create mode 100644 ports/qt5networkauth/portfile.cmake diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index 7c87d3806..f8817e1db 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 Version: 5.9.2-1 Description: Qt5 Application Framework -Build-Depends: qt5base, qt5charts, qt5datavis3d, qt5declarative, qt5gamepad, qt5imageformats, qt5multimedia, qt5scxml, qt5serialport, qt5speech, qt5svg, qt5tools, qt5virtualkeyboard, qt5websockets, qt53d, qt5winextras, qt5xmlpatterns \ No newline at end of file +Build-Depends: qt5base, qt5charts, qt5datavis3d, qt5declarative, qt5gamepad, qt5imageformats, qt5multimedia, qt5networkauth, qt5scxml, qt5serialport, qt5speech, qt5svg, qt5tools, qt5virtualkeyboard, qt5websockets, qt53d, qt5winextras, qt5xmlpatterns \ No newline at end of file diff --git a/ports/qt5networkauth/CONTROL b/ports/qt5networkauth/CONTROL new file mode 100644 index 000000000..0e5f45f96 --- /dev/null +++ b/ports/qt5networkauth/CONTROL @@ -0,0 +1,4 @@ +Source: qt5networkauth +Version: 5.9.2-0 +Description: Qt5 Network Authorization Module +Build-Depends: qt5modularscripts, qt5base \ No newline at end of file diff --git a/ports/qt5networkauth/portfile.cmake b/ports/qt5networkauth/portfile.cmake new file mode 100644 index 000000000..c9b9db47c --- /dev/null +++ b/ports/qt5networkauth/portfile.cmake @@ -0,0 +1,5 @@ +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qtnetworkauth 2e83eefd5db62aa1cdbe451b432ba1937541e435dcc35205d3bb9b947f2ac7e31663dc069a6cfad5bbf34e1fa799d519820f7ed61b9c247016611a533385bebf) \ No newline at end of file -- cgit v1.2.3