summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2014-02-02 18:17:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-12-15 19:53:59 +0100
commite3a418d757b042fbd2bab5ec734336800719443f (patch)
tree315406865fe3c27102e63b2280835031baec3d75 /tools
parentb958d50c224d555c5294addfbbbd62f356da1b93 (diff)
downloadqt3-e3a418d757b042fbd2bab5ec734336800719443f.tar.gz
qt3-e3a418d757b042fbd2bab5ec734336800719443f.zip
Build by default as a shared
(cherry picked from commit 1e11c1dd06345e7c4ed0c07e93e095502b28a603)
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/lib/lib.pro3
-rw-r--r--tools/designer/designer/designer.pro4
-rw-r--r--tools/designer/editor/editor.pro4
3 files changed, 5 insertions, 6 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro
index 09beced..97213a3 100644
--- a/tools/assistant/lib/lib.pro
+++ b/tools/assistant/lib/lib.pro
@@ -3,8 +3,7 @@ TARGET = qassistantclient
VERSION = 1.0
CONFIG += qt warn_on release
-CONFIG += staticlib
-CONFIG -= dll
+CONFIG += dll
SOURCES = qassistantclient.cpp
HEADERS += $$QT_SOURCE_TREE/include/qassistantclient.h
diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro
index 95f58da..24c7b46 100644
--- a/tools/designer/designer/designer.pro
+++ b/tools/designer/designer/designer.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
-CONFIG += qt warn_on staticlib qmake_cache
-CONFIG -= dll
+CONFIG += qt warn_on qmake_cache
+CONFIG += dll
!force_static:!win32:contains(QT_PRODUCT,qt-internal) {
CONFIG -= staticlib
CONFIG += dll
diff --git a/tools/designer/editor/editor.pro b/tools/designer/editor/editor.pro
index dc9235f..51bec81 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 \