Переделана структура проекта

This commit is contained in:
2020-06-30 20:04:26 +03:00
parent cf52aba9a3
commit 6358fe0820
32 changed files with 315 additions and 135 deletions

View File

@@ -1,7 +1,7 @@
#ifndef MYX_BASE_PATHS_CPP_
#define MYX_BASE_PATHS_CPP_
#ifndef MYX_CORE_PATHS_CPP_
#define MYX_CORE_PATHS_CPP_
#include <myx/base/config.hpp>
#include <myx/core/config.hpp>
#include <myx/filesystem/paths.hpp>
#include <paths.h>
@@ -368,4 +368,4 @@ MYXLIB_INLINE const QString& Paths::prefixDirectory() const
} // namespace myx
#endif // MYX_BASE_PATHS_CPP_
#endif // MYX_CORE_PATHS_CPP_

View File

@@ -8,7 +8,7 @@
#pragma once
#include <myx/base/config.hpp>
#include <myx/core/config.hpp>
#include <QDir>
#include <QFileInfo>