From 44cdbfa489e88be7f0b528f11b6ed1f557cef113 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2012 19:20:02 +0100 Subject: remove some unnecessary CONFIG additions qt is already added by spec_pre.prf. Change-Id: Id53efb418c1d545c4c90280f54b3824ae8261e49 Reviewed-by: Joerg Bornemann --- 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 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 -- cgit v1.2.3