summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-11-26 16:07:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-26 15:37:12 +0100
commite2c05ca8b3764ac85cc908b96add832995e8f4d4 (patch)
tree96a8a5e7bf523eaea913fb3c0288d629a49fd8e8 /examples
parent91d134a1f9f7eec243b7891886923e8ac0380527 (diff)
downloadqtactiveqt-e2c05ca8b3764ac85cc908b96add832995e8f4d4.tar.gz
Remove obsolete QT_DLL and QT_NODLL usage
These defines are old compatiblity defines and are no longer supposed to be used. Usage in examples doesn't do anything currently, so removed it entirely. Task-number: QTBUG-28181 Change-Id: I98db88e3ef9f98c70132cea986127ed883dd8503 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/hierarchy/hierarchy.pro1
-rw-r--r--examples/activeqt/multiple/multiple.pro2
-rw-r--r--examples/activeqt/wrapper/wrapper.pro2
3 files changed, 0 insertions, 5 deletions
diff --git a/examples/activeqt/hierarchy/hierarchy.pro b/examples/activeqt/hierarchy/hierarchy.pro
index 84ee712..9d4c665 100644
--- a/examples/activeqt/hierarchy/hierarchy.pro
+++ b/examples/activeqt/hierarchy/hierarchy.pro
@@ -2,7 +2,6 @@ TEMPLATE = lib
TARGET = hierarchyax
CONFIG += qt warn_off qaxserver dll
-contains(CONFIG, static):DEFINES += QT_NODLL
QT += widgets
SOURCES = objects.cpp main.cpp
diff --git a/examples/activeqt/multiple/multiple.pro b/examples/activeqt/multiple/multiple.pro
index b5713b0..295376d 100644
--- a/examples/activeqt/multiple/multiple.pro
+++ b/examples/activeqt/multiple/multiple.pro
@@ -4,8 +4,6 @@ TARGET = multipleax
CONFIG += qt warn_off qaxserver dll
QT += widgets
-contains(CONFIG, static):DEFINES += QT_NODLL
-
SOURCES = main.cpp
HEADERS = ax1.h ax2.h
RC_FILE = multipleax.rc
diff --git a/examples/activeqt/wrapper/wrapper.pro b/examples/activeqt/wrapper/wrapper.pro
index c1a736c..1d2c3ae 100644
--- a/examples/activeqt/wrapper/wrapper.pro
+++ b/examples/activeqt/wrapper/wrapper.pro
@@ -4,8 +4,6 @@ TARGET = wrapperax
CONFIG += qt warn_off qaxserver dll
QT += widgets
-contains(CONFIG, static):DEFINES += QT_NODLL
-
SOURCES = main.cpp
RC_FILE = wrapperax.rc
DEF_FILE = wrapperax.def