Тест 1

This commit is contained in:
2021-06-04 16:03:01 +03:00
parent feda5be3ba
commit 5d2098b4fc
3 changed files with 187 additions and 96 deletions

View File

@ -18,9 +18,9 @@ int main( int argc, char** argv )
QCoreApplication::setApplicationName( QStringLiteral( CMLIB_PROJECT_NAME ) );
MF::Paths& paths = MF::Paths::instance();
paths.init( QStringLiteral( CMLIB_PROJECT_NAME ), QStringLiteral( "conf" ) );
paths.init();
qDebug() << "prefixDirectory : " << paths.prefixDirectory();
qDebug() << "prefixDirectory : " << paths.projectDirectory();
qDebug() << "executableName : " << paths.executableName();
qDebug() << "executableFilePath : " << paths.executableFilePath();