diff --git a/FastFile_WaW.pro b/XPlor.pro similarity index 74% rename from FastFile_WaW.pro rename to XPlor.pro index 028b494..c155886 100644 --- a/FastFile_WaW.pro +++ b/XPlor.pro @@ -4,9 +4,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 -#INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" -#LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ -# -ldxcompiler +# INCLUDEPATH += "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um" +# LIBS += -L"C:/Program Files (x86)/Windows Kits/10/Lib/10.0.26100.0/um/x64" \ +# -ldxcompiler # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. @@ -18,12 +18,9 @@ SOURCES += \ HEADERS += \ enums.h \ - localize.h \ mainwindow.h \ - rawfile.h \ structs.h \ - utils.h \ - zone.h + utils.h FORMS += \ mainwindow.ui diff --git a/mainwindow.h b/mainwindow.h index f580fc4..66a121d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -64,9 +64,6 @@ #include #include -#include -#include -#include QT_BEGIN_NAMESPACE namespace Ui {