mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add details about key libraries when showing version
Also fixed a spelling error and apparently some whitespace issue. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
76f595049b
commit
bcabe6ec9f
4 changed files with 13 additions and 5 deletions
|
@ -107,10 +107,8 @@ int main(int argc, char **argv)
|
|||
qDebug() << "importing dive data from" << importedFiles;
|
||||
m->importFiles(importedFiles);
|
||||
|
||||
if (verbose > 0) {
|
||||
if (verbose > 0)
|
||||
print_files();
|
||||
printf("%s\n", QStringLiteral("build with Qt Version %1, runtime from Qt Version %2").arg(QT_VERSION_STR).arg(qVersion()).toUtf8().data());
|
||||
}
|
||||
if (!quit)
|
||||
run_ui();
|
||||
exit_ui();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue