Стандартные пути

This commit is contained in:
2019-11-25 15:08:34 +03:00
parent daab07fa6a
commit d6c1e42a26
9 changed files with 126 additions and 468 deletions

View File

@ -1,5 +1,9 @@
#include <myx/base/config.hpp>
#include <myx/filesystem/paths.hpp>
#include <QCoreApplication>
namespace MF = myx::filesystem;
@ -7,6 +11,7 @@ int main( int argc, char** argv )
{
(void)argc;
(void)argv;
QCoreApplication::setApplicationName( PROJECT_NAME );
MF::Paths paths;
paths.updatePaths();