summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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