From 439a1eb2207417a6d2d0f14766e3e627035a9a7f Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Mon, 6 May 2019 15:10:32 +0300 Subject: Change configuration files into yaml format Change-Id: I252908e9eae3a254f32a286608734b5728cd60b8 Reviewed-by: Liang Qi Reviewed-by: Aapo Keskimolo --- coin/platform_configs/qtwebkit.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 coin/platform_configs/qtwebkit.yaml (limited to 'coin/platform_configs/qtwebkit.yaml') diff --git a/coin/platform_configs/qtwebkit.yaml b/coin/platform_configs/qtwebkit.yaml new file mode 100644 index 00000000..01378ddc --- /dev/null +++ b/coin/platform_configs/qtwebkit.yaml @@ -0,0 +1,11 @@ +- + Template: 'qtci-windows-10-x86_64-10' + Target arch: 'x86' + Compiler: 'MSVC2017' + Features: ['DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -force-debug-info -opengl dynamic' +- + Template: 'qtci-windows-7-x86-3' + Compiler: 'Mingw73' + Features: ['Packaging', 'DisableTests'] + Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -opengl dynamic' -- cgit v1.2.3 From b521ad483c68a38361504469f133376ce7f45005 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 31 Jul 2019 14:25:58 +0300 Subject: Update platform_configs for QtWebKit * Remove redundant MSVC2017 configuration * Synchronize Mingw73 configuration with qt5.txt Change-Id: I05557ecbf57206fe56ff113f893c37a65f503bf0 Reviewed-by: Liang Qi Reviewed-by: Simon Hausmann --- coin/platform_configs/qtwebkit.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'coin/platform_configs/qtwebkit.yaml') diff --git a/coin/platform_configs/qtwebkit.yaml b/coin/platform_configs/qtwebkit.yaml index 01378ddc..49426405 100644 --- a/coin/platform_configs/qtwebkit.yaml +++ b/coin/platform_configs/qtwebkit.yaml @@ -1,11 +1,5 @@ -- - Template: 'qtci-windows-10-x86_64-10' - Target arch: 'x86' - Compiler: 'MSVC2017' - Features: ['DisableTests'] - Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -force-debug-info -opengl dynamic' - Template: 'qtci-windows-7-x86-3' Compiler: 'Mingw73' Features: ['Packaging', 'DisableTests'] - Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -nomake tests -debug-and-release -release -opengl dynamic' + Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -release -debug-and-release -nomake tests -nomake examples -opengl dynamic -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -no-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++' -- cgit v1.2.3