QtMultimedia: Fix warnings about declarative/quick.
Change-Id: Ic9323b222641e41dae05cb4b0dccb6531e845676 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
3171081d43
commit
a5d2b2ed60
@@ -2,7 +2,7 @@ TEMPLATE = app
|
|||||||
TARGET = declarative-radio
|
TARGET = declarative-radio
|
||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
QT += declarative multimedia
|
QT += declarative quick multimedia
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
SOURCES += main.cpp
|
SOURCES += main.cpp
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
|
|
||||||
#include <qdeclarative.h>
|
#include <qdeclarative.h>
|
||||||
#include <qquickview.h>
|
#include <QtQuick/qquickview.h>
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char ** argv)
|
int main(int argc, char ** argv)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ TARGETPATH = QtMultimedia
|
|||||||
|
|
||||||
include(../qimportbase.pri)
|
include(../qimportbase.pri)
|
||||||
|
|
||||||
QT += declarative network multimedia-private
|
QT += declarative quick network multimedia-private
|
||||||
|
|
||||||
DESTDIR = $$QT.multimedia.imports/$$TARGETPATH
|
DESTDIR = $$QT.multimedia.imports/$$TARGETPATH
|
||||||
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
|
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
#include "qsgvideonode_i420.h"
|
#include "qsgvideonode_i420.h"
|
||||||
#include "qsgvideonode_rgb.h"
|
#include "qsgvideonode_rgb.h"
|
||||||
|
|
||||||
#include <QtDeclarative/qquickitem.h>
|
#include <QtQuick/qquickitem.h>
|
||||||
|
|
||||||
#include <QtMultimedia/QAbstractVideoSurface>
|
#include <QtMultimedia/QAbstractVideoSurface>
|
||||||
#include <QtMultimedia/qmediaservice.h>
|
#include <QtMultimedia/qmediaservice.h>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#ifndef QDECLARATIVEVIDEOOUTPUT_P_H
|
#ifndef QDECLARATIVEVIDEOOUTPUT_P_H
|
||||||
#define QDECLARATIVEVIDEOOUTPUT_P_H
|
#define QDECLARATIVEVIDEOOUTPUT_P_H
|
||||||
|
|
||||||
#include <qquickitem.h>
|
#include <QtQuick/qquickitem.h>
|
||||||
|
|
||||||
#include <QtMultimedia/qvideoframe.h>
|
#include <QtMultimedia/qvideoframe.h>
|
||||||
#include <QtMultimedia/qmediaobject.h>
|
#include <QtMultimedia/qmediaobject.h>
|
||||||
|
|||||||
@@ -40,8 +40,8 @@
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "qsgvideonode_i420.h"
|
#include "qsgvideonode_i420.h"
|
||||||
#include <QtCore/qmutex.h>
|
#include <QtCore/qmutex.h>
|
||||||
#include <QtDeclarative/qsgtexturematerial.h>
|
#include <QtQuick/qsgtexturematerial.h>
|
||||||
#include <QtDeclarative/qsgmaterial.h>
|
#include <QtQuick/qsgmaterial.h>
|
||||||
#include <QtGui/QOpenGLContext>
|
#include <QtGui/QOpenGLContext>
|
||||||
#include <QtGui/QOpenGLFunctions>
|
#include <QtGui/QOpenGLFunctions>
|
||||||
#include <QtOpenGL/qglshaderprogram.h>
|
#include <QtOpenGL/qglshaderprogram.h>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
#ifndef QSGVIDEONODE_P_H
|
#ifndef QSGVIDEONODE_P_H
|
||||||
#define QSGVIDEONODE_P_H
|
#define QSGVIDEONODE_P_H
|
||||||
|
|
||||||
#include <QtDeclarative/qsgnode.h>
|
#include <QtQuick/qsgnode.h>
|
||||||
|
|
||||||
#include <QtMultimedia/qvideoframe.h>
|
#include <QtMultimedia/qvideoframe.h>
|
||||||
#include <QtMultimedia/qvideosurfaceformat.h>
|
#include <QtMultimedia/qvideosurfaceformat.h>
|
||||||
|
|||||||
@@ -39,8 +39,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "qsgvideonode_rgb.h"
|
#include "qsgvideonode_rgb.h"
|
||||||
#include <QtDeclarative/qsgtexturematerial.h>
|
#include <QtQuick/qsgtexturematerial.h>
|
||||||
#include <QtDeclarative/qsgmaterial.h>
|
#include <QtQuick/qsgmaterial.h>
|
||||||
#include <QtCore/qmutex.h>
|
#include <QtCore/qmutex.h>
|
||||||
#include <QtGui/QOpenGLContext>
|
#include <QtGui/QOpenGLContext>
|
||||||
#include <QtGui/QOpenGLFunctions>
|
#include <QtGui/QOpenGLFunctions>
|
||||||
|
|||||||
Reference in New Issue
Block a user