From 234f601126ec72268a1725ae3ab869343addfde7 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 21 Jun 2018 09:51:15 +0300 Subject: Fix static build Fix all issues preventing static build: - make sure plugins are built statically by removing CONFIG += dll - add classname to all qmldirs - unify structure and the naming of all plugin classes - initialize resources in the plugins - explicitly include qtvirtualkeyboard plugin in the build Task-number: QTBUG-68988 Change-Id: I38cdbaae49dd198559be6c9fcd0b8d15a3979e4d Reviewed-by: Ville Voutilainen --- src/localesettings/localesettings.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/localesettings') diff --git a/src/localesettings/localesettings.pro b/src/localesettings/localesettings.pro index 808477d..7f5f98a 100644 --- a/src/localesettings/localesettings.pro +++ b/src/localesettings/localesettings.pro @@ -2,7 +2,6 @@ load(qt_build_config) TARGET = QtLocaleSettings VERSION = 1.0 -CONFIG += dll warn_on QT = core dbus -- cgit v1.2.3