Стандартные пути
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user