#include #include #include namespace MF = myx::filesystem; int main( int argc, char** argv ) { (void)argc; (void)argv; QCoreApplication::setApplicationName( PROJECT_NAME ); MF::Paths paths; paths.updatePaths(); paths.makeDefaultDirectories(); paths.findConfigFile( "test" ); return( 0 ); }