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>
This commit is contained in:
committed by
The Qt Project
parent
b0c68a1a07
commit
d3ba2d6f3f
@@ -2,7 +2,7 @@ TEMPLATE = lib
|
||||
|
||||
TARGET = qgsttools_p
|
||||
QPRO_PWD = $$PWD
|
||||
QT = core multimedia-private gui-private
|
||||
QT = core-private multimedia-private gui-private
|
||||
|
||||
!static:DEFINES += QT_MAKEDLL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user