mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
QT6: QLibraryInfo
This commit is contained in:
parent
ad0df66ab1
commit
a0b95ee944
@ -77,6 +77,10 @@ void Machine_info::send_info_to_debug()
|
||||
<< QLibraryInfo::location(QLibraryInfo::ExamplesPath);
|
||||
qInfo()<< "Qt library location Qt testcases:"
|
||||
<< QLibraryInfo::location(QLibraryInfo::TestsPath);
|
||||
#ifndef Q_OS_WIN
|
||||
qInfo()<< "Qt library location Qt settings:"
|
||||
<< QLibraryInfo::location(QLibraryInfo::SettingsPath);
|
||||
#endif
|
||||
#else
|
||||
#if TODO_LIST
|
||||
#pragma message("@TODO remove code for QT 6 or later")
|
||||
@ -109,10 +113,10 @@ void Machine_info::send_info_to_debug()
|
||||
<< QLibraryInfo::path(QLibraryInfo::ExamplesPath);
|
||||
qInfo()<< "Qt library path Qt testcases:"
|
||||
<< QLibraryInfo::path(QLibraryInfo::TestsPath);
|
||||
#endif
|
||||
#ifndef Q_OS_WIN
|
||||
qInfo()<< "Qt library location Qt settings:"
|
||||
<< QLibraryInfo::location(QLibraryInfo::SettingsPath);
|
||||
qInfo()<< "Qt library path Qt settings:"
|
||||
<< QLibraryInfo::path(QLibraryInfo::SettingsPath);
|
||||
#endif
|
||||
#endif
|
||||
qInfo()<< "GitRevision " + QString(GIT_COMMIT_SHA);
|
||||
qInfo()<< "QElectroTech V " + QET::displayedVersion;
|
||||
|
Loading…
x
Reference in New Issue
Block a user