summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:20:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-17 14:07:14 +0100
commit44cdbfa489e88be7f0b528f11b6ed1f557cef113 (patch)
tree76f03a36b4d22e2e1dd796390f481d058620daff
parent409516d5bb269c2746c9740c00093450dfebc43a (diff)
remove some unnecessary CONFIG additionsv5.0.0
qt is already added by spec_pre.prf. Change-Id: Id53efb418c1d545c4c90280f54b3824ae8261e49 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-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