blob: d9b98985fca17d9c5b4fe2755fe8bd62ff88f5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
--- ./tools/assistant/lib/lib.pro.ori 2013-06-25 20:20:21.576374929 +0200
+++ ./tools/assistant/lib/lib.pro 2013-06-25 20:20:36.008078008 +0200
@@ -3,8 +3,7 @@
VERSION = 1.0
CONFIG += qt warn_on release
-CONFIG += staticlib
-CONFIG -= dll
+CONFIG += dll
SOURCES = qassistantclient.cpp
HEADERS += $$QT_SOURCE_TREE/include/ntqassistantclient.h
--- ./tools/designer/editor/editor.pro.ori 2013-06-25 20:21:49.469566420 +0200
+++ ./tools/designer/editor/editor.pro 2013-06-25 20:21:59.535359278 +0200
@@ -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 \
--- ./tools/designer/designer/designer.pro.ori 2013-06-25 20:22:39.279541337 +0200
+++ ./tools/designer/designer/designer.pro 2013-06-25 20:23:08.892943751 +0200
@@ -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
|