Rename QtCompositor to QtWaylandCompositor
enable building QtWaylandCompositor by default Change-Id: I7cf34052b304ca9fef55b7e30ef6a6367b5d75f1 Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
This commit is contained in:
parent
7c93b46a03
commit
69d1793472
@ -370,7 +370,6 @@ void process(QXmlStreamReader &xml, const QByteArray &headerPath, const QByteArr
|
||||
printf("#include <QByteArray>\n");
|
||||
printf("#include <QMultiMap>\n");
|
||||
printf("#include <QString>\n");
|
||||
printf("\n");
|
||||
|
||||
printf("\n");
|
||||
printf("#ifndef WAYLAND_VERSION_CHECK\n");
|
||||
@ -382,9 +381,6 @@ void process(QXmlStreamReader &xml, const QByteArray &headerPath, const QByteArr
|
||||
|
||||
printf("\n");
|
||||
printf("QT_BEGIN_NAMESPACE\n");
|
||||
printf("\n");
|
||||
printf("class QWaylandExtensionContainer;\n");
|
||||
printf("\n");
|
||||
QByteArray serverExport;
|
||||
if (headerPath.size()) {
|
||||
serverExport = QByteArray("Q_WAYLAND_SERVER_") + preProcessorProtocolName + "_EXPORT";
|
||||
@ -533,7 +529,6 @@ void process(QXmlStreamReader &xml, const QByteArray &headerPath, const QByteArr
|
||||
printf("#include \"qwayland-server-%s.h\"\n", QByteArray(protocolName).replace('_', '-').constData());
|
||||
else
|
||||
printf("#include <%s/qwayland-server-%s.h>\n", headerPath.constData(), QByteArray(protocolName).replace('_', '-').constData());
|
||||
printf("#include <QtCompositor/QWaylandExtension>\n");
|
||||
printf("\n");
|
||||
printf("QT_BEGIN_NAMESPACE\n");
|
||||
printf("\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user