| From 56620a6e9521506745292c50ac9b43c5a56e41d0 Mon Sep 17 00:00:00 2001 |
| From: Ray Donnelly <mingw.android@gmail.com> |
| Date: Tue, 16 Jun 2015 23:14:23 +0100 |
| Subject: [PATCH 8/9] Use QTPLUGIN += qminimal on Windows too |
| |
| Fixes: http://sourceforge.net/p/msys2/tickets/149/ |
| See also: https://bugreports.qt.io/browse/QTIFW-166 |
| --- |
| src/sdk/sdk.pro | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro |
| index 9c99ebf..d174690 100644 |
| --- a/src/sdk/sdk.pro |
| +++ b/src/sdk/sdk.pro |
| @@ -8,7 +8,7 @@ QT += network qml xml widgets |
| # add the minimal plugin in static build to be able to start the installer headless with: |
| # installer-binary --platform minimal |
| # using QT += qpa_minimal_plugin would result in a minimal only compiled version |
| -!win32:CONFIG(static, static|shared) { |
| +CONFIG(static, static|shared) { |
| QTPLUGIN += qminimal |
| } |
| |
| -- |
| 2.7.0 |
| |