summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/activeqt/hierarchy/hierarchy.pro2
-rw-r--r--examples/activeqt/menus/menus.pro2
-rw-r--r--examples/activeqt/multiple/multiple.pro2
-rw-r--r--examples/activeqt/opengl/opengl.pro2
-rw-r--r--examples/activeqt/simple/simple.pro2
-rw-r--r--examples/activeqt/wrapper/wrapper.pro2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/activeqt/hierarchy/hierarchy.pro b/examples/activeqt/hierarchy/hierarchy.pro
index 8c87f4c..ba8765a 100644
--- a/examples/activeqt/hierarchy/hierarchy.pro
+++ b/examples/activeqt/hierarchy/hierarchy.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = hierarchyax
-CONFIG += qt warn_off dll
+CONFIG += warn_off dll
QT += widgets axserver
SOURCES = objects.cpp main.cpp
diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
index 3dac743..9be1688 100644
--- a/examples/activeqt/menus/menus.pro
+++ b/examples/activeqt/menus/menus.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = menusax
-CONFIG += qt warn_off
+CONFIG += warn_off
QT += widgets axserver
SOURCES = main.cpp menus.cpp
diff --git a/examples/activeqt/multiple/multiple.pro b/examples/activeqt/multiple/multiple.pro
index c274777..56e413d 100644
--- a/examples/activeqt/multiple/multiple.pro
+++ b/examples/activeqt/multiple/multiple.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = multipleax
-CONFIG += qt warn_off dll
+CONFIG += warn_off dll
QT += widgets axserver
SOURCES = main.cpp
diff --git a/examples/activeqt/opengl/opengl.pro b/examples/activeqt/opengl/opengl.pro
index 83772d6..1cdd707 100644
--- a/examples/activeqt/opengl/opengl.pro
+++ b/examples/activeqt/opengl/opengl.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = openglax
-CONFIG += qt warn_off
+CONFIG += warn_off
QT += widgets axserver opengl
HEADERS = glbox.h \
diff --git a/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro
index 80b1757..da8a317 100644
--- a/examples/activeqt/simple/simple.pro
+++ b/examples/activeqt/simple/simple.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = simpleax
-CONFIG += qt warn_off
+CONFIG += warn_off
QT += widgets axserver
SOURCES = main.cpp
diff --git a/examples/activeqt/wrapper/wrapper.pro b/examples/activeqt/wrapper/wrapper.pro
index 6cebace..8b59eb9 100644
--- a/examples/activeqt/wrapper/wrapper.pro
+++ b/examples/activeqt/wrapper/wrapper.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = wrapperax
-CONFIG += qt warn_off dll
+CONFIG += warn_off dll
QT += widgets axserver
SOURCES = main.cpp