Remove qstringhash implementation needed by older versions of Qt
This commit is contained in:
parent
52596ea38c
commit
5b26ba678b
2 changed files with 1 additions and 5 deletions
|
@ -63,9 +63,6 @@
|
|||
#include <initializer_list>
|
||||
|
||||
#include <QtGlobal>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 1)
|
||||
#include "qstringhash.h"
|
||||
#endif
|
||||
#include "orderedmap.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
@ -134,8 +134,7 @@ HEADERS += include/core/block.h \
|
|||
include/project.h \
|
||||
include/settings.h \
|
||||
include/log.h \
|
||||
include/ui/newtilesetdialog.h \
|
||||
include/lib/qstringhash.h
|
||||
include/ui/newtilesetdialog.h
|
||||
|
||||
FORMS += forms/mainwindow.ui \
|
||||
forms/eventpropertiesframe.ui \
|
||||
|
|
Loading…
Reference in a new issue