From 2ee14b64a584bc2fbad51969d61cc27600c9bd10 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 2 Feb 2014 18:17:53 +0100 Subject: Build by default as a shared --- tools/designer/editor/editor.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/designer/editor/editor.pro') diff --git a/tools/designer/editor/editor.pro b/tools/designer/editor/editor.pro index 4a96f025d..16177f7d3 100644 --- a/tools/designer/editor/editor.pro +++ b/tools/designer/editor/editor.pro @@ -1,6 +1,6 @@ TEMPLATE = lib -CONFIG += qt warn_on staticlib -CONFIG -= dll +CONFIG += qt warn_on +CONFIG += dll HEADERS = editor.h \ parenmatcher.h \ completion.h \ -- cgit v1.2.1