Revamped packaging to accomodate headless packages. Also binned some distributed binaries

This commit is contained in:
Nav
2025-02-22 13:26:09 +00:00
parent 00f473eddb
commit e9720ded06
67 changed files with 189 additions and 81 deletions

View File

@@ -130,10 +130,6 @@ void Application::startup() {
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true);
#ifndef BLOOM_DEBUG_BUILD
QCoreApplication::addLibraryPath(QString::fromStdString(Services::PathService::applicationDirPath() + "/plugins")),
#endif
#ifndef EXCLUDE_INSIGHT
this->qtApplication = std::make_unique<QApplication>(this->qtApplicationArgc, this->qtApplicationArgv.data());
#else