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/networksettings/networksettings.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/networksettings') diff --git a/src/networksettings/networksettings.pro b/src/networksettings/networksettings.pro index db2ce06..1704f4e 100644 --- a/src/networksettings/networksettings.pro +++ b/src/networksettings/networksettings.pro @@ -2,7 +2,6 @@ load(qt_build_config) TARGET = QtNetworkSettings VERSION = 1.0 -CONFIG += dll warn_on QT = core network -- cgit v1.2.3