Remove qstringhash implementation needed by older versions of Qt

This commit is contained in:
Marcus Huderle 2020-04-24 19:21:09 -05:00
parent 52596ea38c
commit 5b26ba678b
2 changed files with 1 additions and 5 deletions

View file

@ -63,9 +63,6 @@
#include <initializer_list> #include <initializer_list>
#include <QtGlobal> #include <QtGlobal>
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 1)
#include "qstringhash.h"
#endif
#include "orderedmap.h" #include "orderedmap.h"
#ifdef _MSC_VER #ifdef _MSC_VER

View file

@ -134,8 +134,7 @@ HEADERS += include/core/block.h \
include/project.h \ include/project.h \
include/settings.h \ include/settings.h \
include/log.h \ include/log.h \
include/ui/newtilesetdialog.h \ include/ui/newtilesetdialog.h
include/lib/qstringhash.h
FORMS += forms/mainwindow.ui \ FORMS += forms/mainwindow.ui \
forms/eventpropertiesframe.ui \ forms/eventpropertiesframe.ui \