Android: Fix name of header in .pro file
Gets rid of warning that the file is missing, but probably doesn't have any other effect since the file in question does not require moc-ing. Change-Id: I22085a55c212b6285341d61462dfaf548787e11c Reviewed-by: BogDan Vatra <bogdan@kde.org>bb10
parent
06602f9c96
commit
db853fa75d
|
|
@ -49,7 +49,7 @@ SOURCES += $$PWD/androidplatformplugin.cpp \
|
|||
$$PWD/qandroideventdispatcher.cpp
|
||||
|
||||
HEADERS += $$PWD/qandroidplatformintegration.h \
|
||||
$$PWD/androidandroiddeadlockprotector.h \
|
||||
$$PWD/androiddeadlockprotector.h \
|
||||
$$PWD/androidjnimain.h \
|
||||
$$PWD/androidjniaccessibility.h \
|
||||
$$PWD/androidjniinput.h \
|
||||
|
|
|
|||
Loading…
Reference in New Issue