Правка структуры проекта
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "filesystem/paths.hpp"
|
||||
#include <myx/filesystem/paths.hpp>
|
||||
|
||||
namespace MF = myx::filesystem;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "log/spdlog.hpp"
|
||||
#include <myx/log/spdlog.hpp>
|
||||
|
||||
namespace ML = myx::log;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "log/spdlog.hpp"
|
||||
#include "log/spdlog_qt.hpp"
|
||||
#include <myx/log/spdlog.hpp>
|
||||
#include <myx/log/spdlog_qt.hpp>
|
||||
|
||||
namespace ML = myx::log;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "qt/translators.hpp"
|
||||
#include <myx/qt/translators.hpp>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
|
Reference in New Issue
Block a user