summaryrefslogtreecommitdiffstats
path: root/examples/qt3d
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:19:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 21:54:18 +0100
commit1e0e2916047e62a7c7659d00c1282fbb145212cb (patch)
tree85df9321cab695e2a84260a89bb088e8bbfbc4ac /examples/qt3d
parentac74dcb4da90f708371dff98e77634a8678856a8 (diff)
remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf, warn_on by default_pre.prf. Change-Id: I362942adad909b718c0af7c7e44cd0c8688901c2 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/qt3d')
-rw-r--r--examples/qt3d/basket/basket.pro1
-rw-r--r--examples/qt3d/builder/builder.pro1
-rw-r--r--examples/qt3d/cube/cube.pro1
-rw-r--r--examples/qt3d/cylinder/cylinder.pro1
-rw-r--r--examples/qt3d/geometry/geometry.pro1
-rw-r--r--examples/qt3d/load_model/load_model.pro1
-rw-r--r--examples/qt3d/nesting/nesting.pro1
-rw-r--r--examples/qt3d/solarsystem/solarsystem.pro1
-rw-r--r--examples/qt3d/tank/tank.pro1
-rw-r--r--examples/qt3d/teapot/teapot.pro1
10 files changed, 0 insertions, 10 deletions
diff --git a/examples/qt3d/basket/basket.pro b/examples/qt3d/basket/basket.pro
index f7cb60232..9cad84892 100644
--- a/examples/qt3d/basket/basket.pro
+++ b/examples/qt3d/basket/basket.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = basket
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/builder/builder.pro b/examples/qt3d/builder/builder.pro
index b820221a8..277b5ed57 100644
--- a/examples/qt3d/builder/builder.pro
+++ b/examples/qt3d/builder/builder.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = builder
-CONFIG += qt warn_on
QT += 3d
diff --git a/examples/qt3d/cube/cube.pro b/examples/qt3d/cube/cube.pro
index 7eae07d91..75fd802f3 100644
--- a/examples/qt3d/cube/cube.pro
+++ b/examples/qt3d/cube/cube.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = cube
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/cylinder/cylinder.pro b/examples/qt3d/cylinder/cylinder.pro
index 03cb2cc5f..63488d8eb 100644
--- a/examples/qt3d/cylinder/cylinder.pro
+++ b/examples/qt3d/cylinder/cylinder.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = cylinder
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/geometry/geometry.pro b/examples/qt3d/geometry/geometry.pro
index 19216a6f6..d56069831 100644
--- a/examples/qt3d/geometry/geometry.pro
+++ b/examples/qt3d/geometry/geometry.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = geometry
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/load_model/load_model.pro b/examples/qt3d/load_model/load_model.pro
index d235a33be..b9d289229 100644
--- a/examples/qt3d/load_model/load_model.pro
+++ b/examples/qt3d/load_model/load_model.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = load_model
-CONFIG += qt warn_on
QT += 3d
diff --git a/examples/qt3d/nesting/nesting.pro b/examples/qt3d/nesting/nesting.pro
index fc1aba7da..2e4212a49 100644
--- a/examples/qt3d/nesting/nesting.pro
+++ b/examples/qt3d/nesting/nesting.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = nesting
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/solarsystem/solarsystem.pro b/examples/qt3d/solarsystem/solarsystem.pro
index 53fe5106c..b5952e80a 100644
--- a/examples/qt3d/solarsystem/solarsystem.pro
+++ b/examples/qt3d/solarsystem/solarsystem.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = solarsystem
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/tank/tank.pro b/examples/qt3d/tank/tank.pro
index 820feb798..19441ee9b 100644
--- a/examples/qt3d/tank/tank.pro
+++ b/examples/qt3d/tank/tank.pro
@@ -1,6 +1,5 @@
TARGET = tank
TEMPLATE = app
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)
diff --git a/examples/qt3d/teapot/teapot.pro b/examples/qt3d/teapot/teapot.pro
index 13c3dc89e..d76721ae9 100644
--- a/examples/qt3d/teapot/teapot.pro
+++ b/examples/qt3d/teapot/teapot.pro
@@ -1,6 +1,5 @@
TEMPLATE = app
TARGET = teapot
-CONFIG += qt warn_on
QT += 3d
include(../../../pkg.pri)