From 44cdbfa489e88be7f0b528f11b6ed1f557cef113 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Date: Fri, 14 Dec 2012 19:20:02 +0100 Subject: [PATCH] remove some unnecessary CONFIG additions qt is already added by spec_pre.prf. Change-Id: Id53efb418c1d545c4c90280f54b3824ae8261e49 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> --- examples/activeqt/hierarchy/hierarchy.pro | 2 +- examples/activeqt/menus/menus.pro | 2 +- examples/activeqt/multiple/multiple.pro | 2 +- examples/activeqt/opengl/opengl.pro | 2 +- examples/activeqt/simple/simple.pro | 2 +- examples/activeqt/wrapper/wrapper.pro | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/activeqt/hierarchy/hierarchy.pro b/examples/activeqt/hierarchy/hierarchy.pro index 8c87f4c9..ba8765a6 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 3dac743e..9be1688d 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 c2747775..56e413dc 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 83772d65..1cdd7078 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 80b1757d..da8a317c 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 6cebace0..8b59eb9d 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 -- GitLab