NOISSUE attempt to fix build on macOS
This commit is contained in:
parent
b0f5f4cb13
commit
c6c9feb3a2
@ -452,10 +452,10 @@ set(FLAME_SOURCES
|
||||
)
|
||||
|
||||
set(MODPACKSCH_SOURCES
|
||||
modplatform/modpacksch/PackInstallTask.h
|
||||
modplatform/modpacksch/PackInstallTask.cpp
|
||||
modplatform/modpacksch/PackManifest.h
|
||||
modplatform/modpacksch/PackManifest.cpp
|
||||
modplatform/modpacksch/FTBPackInstallTask.h
|
||||
modplatform/modpacksch/FTBPackInstallTask.cpp
|
||||
modplatform/modpacksch/FTBPackManifest.h
|
||||
modplatform/modpacksch/FTBPackManifest.cpp
|
||||
)
|
||||
|
||||
add_unit_test(Index
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "PackInstallTask.h"
|
||||
#include "FTBPackInstallTask.h"
|
||||
|
||||
#include "BuildConfig.h"
|
||||
#include "FileSystem.h"
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "PackManifest.h"
|
||||
#include "FTBPackManifest.h"
|
||||
|
||||
#include "InstanceTask.h"
|
||||
#include "multimc_logic_export.h"
|
@ -1,4 +1,4 @@
|
||||
#include "PackManifest.h"
|
||||
#include "FTBPackManifest.h"
|
||||
|
||||
#include "Json.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include <QAbstractListModel>
|
||||
|
||||
#include "modplatform/modpacksch/PackManifest.h"
|
||||
#include "modplatform/modpacksch/FTBPackManifest.h"
|
||||
#include "net/NetJob.h"
|
||||
#include <QIcon>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <QKeyEvent>
|
||||
|
||||
#include "dialogs/NewInstanceDialog.h"
|
||||
#include "modplatform/modpacksch/PackInstallTask.h"
|
||||
#include "modplatform/modpacksch/FTBPackInstallTask.h"
|
||||
|
||||
FtbPage::FtbPage(NewInstanceDialog* dialog, QWidget *parent)
|
||||
: QWidget(parent), ui(new Ui::FtbPage), dialog(dialog)
|
||||
|
Loading…
Reference in New Issue
Block a user