From 51e8bc9be5347cbc43aee7ae909cb9be0be65843 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Fri, 3 Mar 2017 00:55:56 +0200 Subject: [PATCH] Remove library feature condition from the imageformatplugin Change-Id: I951ec5fa6d5788accdc82327326d39aac540bd7b Reviewed-by: Ulf Hermann --- src/gui/configure.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index b1329cc213..a8ae656bcb 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -896,7 +896,6 @@ "label": "QImageIOPlugin", "purpose": "Provides a base for writing a image format plugins.", "section": "Images", - "condition": "features.library", "output": [ "publicFeature", "feature" ] }, "movie": {