summaryrefslogtreecommitdiffstats
path: root/tools/designer
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>2014-02-02 18:17:52 +0100
commit1e11c1dd06345e7c4ed0c07e93e095502b28a603 (patch)
treeea2fbfe5fd5f905d7ffa6de7fbc4788483ecc2f9 /tools/designer
parent586f37327632a9bb56daa95c3fe1d1b9353b5271 (diff)
downloadqt3-1e11c1dd06345e7c4ed0c07e93e095502b28a603.tar.gz
qt3-1e11c1dd06345e7c4ed0c07e93e095502b28a603.zip
Build by default as a shared
Diffstat (limited to 'tools/designer')
-rw-r--r--tools/designer/designer/designer.pro4
-rw-r--r--tools/designer/editor/editor.pro4
2 files changed, 4 insertions, 4 deletions
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 \