Переделана структура проекта
This commit is contained in:
@@ -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_
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <myx/base/config.hpp>
|
||||
#include <myx/core/config.hpp>
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
|
Reference in New Issue
Block a user