summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-05-27 10:10:36 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-31 12:51:29 +0200
commita8814fcb697893f6ab151342727ea0867f6fec21 (patch)
tree9af16bcc486bcd1b142a205cd7be7041ed15308a /src/plugins/graphicssystems
parent0b2ce8520020a0db9b5b5feb5e72f64518d3eea5 (diff)
Made qpluginbase.pri into a feature profile.
This enables other modules to use it without having access to the QtBase sources. Change-Id: I0a588b2e14ca88fa068c7c2bcc69ff669444f6c6 Task: QTBUG-19585 Reviewed-on: http://codereview.qt.nokia.com/237 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/plugins/graphicssystems')
-rw-r--r--src/plugins/graphicssystems/meego/meego.pro2
-rw-r--r--src/plugins/graphicssystems/opengl/opengl.pro2
-rw-r--r--src/plugins/graphicssystems/openvg/openvg.pro2
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavg.pro2
-rw-r--r--src/plugins/graphicssystems/trace/trace.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/graphicssystems/meego/meego.pro b/src/plugins/graphicssystems/meego/meego.pro
index c497ba2eb6..5c650eef2e 100644
--- a/src/plugins/graphicssystems/meego/meego.pro
+++ b/src/plugins/graphicssystems/meego/meego.pro
@@ -1,5 +1,5 @@
TARGET = qmeegographicssystem
-include(../../qpluginbase.pri)
+load(qt_plugin)
QT += gui opengl
diff --git a/src/plugins/graphicssystems/opengl/opengl.pro b/src/plugins/graphicssystems/opengl/opengl.pro
index 30c88271b6..fd3542ecf0 100644
--- a/src/plugins/graphicssystems/opengl/opengl.pro
+++ b/src/plugins/graphicssystems/opengl/opengl.pro
@@ -1,5 +1,5 @@
TARGET = qglgraphicssystem
-include(../../qpluginbase.pri)
+load(qt_plugin)
QT += core-private gui-private opengl-private
diff --git a/src/plugins/graphicssystems/openvg/openvg.pro b/src/plugins/graphicssystems/openvg/openvg.pro
index 6f8b13907a..6a737790a2 100644
--- a/src/plugins/graphicssystems/openvg/openvg.pro
+++ b/src/plugins/graphicssystems/openvg/openvg.pro
@@ -1,5 +1,5 @@
TARGET = qvggraphicssystem
-include(../../qpluginbase.pri)
+load(qt_plugin)
QT += openvg
diff --git a/src/plugins/graphicssystems/shivavg/shivavg.pro b/src/plugins/graphicssystems/shivavg/shivavg.pro
index 6bf9d7a975..1d934cd685 100644
--- a/src/plugins/graphicssystems/shivavg/shivavg.pro
+++ b/src/plugins/graphicssystems/shivavg/shivavg.pro
@@ -1,5 +1,5 @@
TARGET = qshivavggraphicssystem
-include(../../qpluginbase.pri)
+load(qt_plugin)
QT += openvg
diff --git a/src/plugins/graphicssystems/trace/trace.pro b/src/plugins/graphicssystems/trace/trace.pro
index b31beb35f8..f44bb3211e 100644
--- a/src/plugins/graphicssystems/trace/trace.pro
+++ b/src/plugins/graphicssystems/trace/trace.pro
@@ -1,5 +1,5 @@
TARGET = qtracegraphicssystem
-include(../../qpluginbase.pri)
+load(qt_plugin)
QT += core-private gui-private network