diff options
author | Francois Andriot <francois.andriot@free.fr> | 2014-02-02 18:17:53 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-02-02 18:17:53 +0100 |
commit | 2ee14b64a584bc2fbad51969d61cc27600c9bd10 (patch) | |
tree | 705abb074d2c23695ae965660ca0483b06a78a77 /tools | |
parent | cd689d40d726ae793efb95c44e6ad4af522ca04e (diff) | |
download | tqt3-2ee14b64a584bc2fbad51969d61cc27600c9bd10.tar.gz tqt3-2ee14b64a584bc2fbad51969d61cc27600c9bd10.zip |
Build by default as a shared
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/lib/lib.pro | 3 | ||||
-rw-r--r-- | tools/designer/designer/designer.pro | 4 | ||||
-rw-r--r-- | tools/designer/editor/editor.pro | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro index 49fef0c15..983418234 100644 --- a/tools/assistant/lib/lib.pro +++ b/tools/assistant/lib/lib.pro @@ -3,8 +3,7 @@ TARGET = tqassistantclient VERSION = 1.0 CONFIG += qt warn_on release -CONFIG += staticlib -CONFIG -= dll +CONFIG += dll SOURCES = qassistantclient.cpp HEADERS += $$QT_SOURCE_TREE/include/ntqassistantclient.h diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro index 6311ad794..64a7ece83 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 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 \ |