xcb: Rename main.cpp to xcbmain.cpp

Files with same base name cause extra trouble for debuggers.
It can be avoided here.

Change-Id: I1b7a6f28ac41bacbfd2603feb8b786c31d3769e3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
hjk 2013-11-23 01:39:30 +01:00 committed by The Qt Project
parent 21114bcc1f
commit 26cf0f0d5a
2 changed files with 2 additions and 2 deletions

View File

@ -62,4 +62,4 @@ QPlatformIntegration* QXcbIntegrationPlugin::create(const QString& system, const
QT_END_NAMESPACE
#include "main.moc"
#include "qxcbmain.moc"

View File

@ -17,7 +17,7 @@ SOURCES = \
qxcbwindow.cpp \
qxcbbackingstore.cpp \
qxcbwmsupport.cpp \
main.cpp \
qxcbmain.cpp \
qxcbnativeinterface.cpp \
qxcbcursor.cpp \
qxcbimage.cpp \