diff options
author | Francois Andriot <[email protected]> | 2014-02-02 18:17:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-02-02 18:17:53 +0100 |
commit | 2ee14b64a584bc2fbad51969d61cc27600c9bd10 (patch) | |
tree | 705abb074d2c23695ae965660ca0483b06a78a77 /tools/designer/editor | |
parent | cd689d40d726ae793efb95c44e6ad4af522ca04e (diff) | |
download | tqt3-2ee14b64a584bc2fbad51969d61cc27600c9bd10.tar.gz tqt3-2ee14b64a584bc2fbad51969d61cc27600c9bd10.zip |
Build by default as a shared
Diffstat (limited to 'tools/designer/editor')
-rw-r--r-- | tools/designer/editor/editor.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |