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:
Dirk Hohndel 2017-11-09 06:43:38 -08:00
parent 76f595049b
commit bcabe6ec9f
4 changed files with 13 additions and 5 deletions

View file

@ -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();