compose: Rename main.cpp to qcomposeplatforminputcontextmain.cpp
Files with same base name cause extra trouble for debuggers.
Similarly to 26cf0f0d5a, it can be avoided here.
Change-Id: Ide47170f417d636aa031b0d84a1951df8bf32316
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
bb10
parent
57ca50cbc7
commit
f727ffa1eb
|
|
@ -9,7 +9,7 @@ QT += gui-private
|
|||
|
||||
DEFINES += X11_PREFIX='\\"$$QMAKE_X11_PREFIX\\"'
|
||||
|
||||
SOURCES += $$PWD/main.cpp \
|
||||
SOURCES += $$PWD/qcomposeplatforminputcontextmain.cpp \
|
||||
$$PWD/qcomposeplatforminputcontext.cpp \
|
||||
$$PWD/generator/qtablegenerator.cpp \
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,4 @@ QComposeInputContext *QComposePlatformInputContextPlugin::create(const QString &
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "main.moc"
|
||||
#include "qcomposeplatforminputcontextmain.moc"
|
||||
Loading…
Reference in New Issue