summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/common.pri
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@digia.com>2014-04-03 15:17:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-07 11:50:29 +0200
commitd3ba2d6f3f7cbdd8a4e41a7967874f53a2caaec3 (patch)
tree53529d761162fc454de57481cbc01ad89e04dd5f /src/plugins/gstreamer/common.pri
parentb0c68a1a07f546fe22a7d76b1a15bb2b39aa550f (diff)
GStreamer: cleanup system includes.
Replaced some linux includes with <private/qcore_unix_p.h> to be more portable. Use qt_safe_open() and qt_safe_close() instead of ::open() and ::close(). Task-number: QTBUG-38061 Change-Id: Idb3f50d070ec1701cafba98e79e2e85824653a3a Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'src/plugins/gstreamer/common.pri')
-rw-r--r--src/plugins/gstreamer/common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/common.pri b/src/plugins/gstreamer/common.pri
index 98e427d71..8b421b8d1 100644
--- a/src/plugins/gstreamer/common.pri
+++ b/src/plugins/gstreamer/common.pri
@@ -1,5 +1,5 @@
-QT += multimedia-private network
+QT += core-private multimedia-private network
CONFIG += no_private_qt_headers_warning
qtHaveModule(widgets) {