From 77d7e6a764011a3b6dc13afbf7b26be39cb56dbd Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 14 Oct 2018 11:33:32 +0200 Subject: Update CMakeLists option names --- lib/about/aboutdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/about') diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 2a3d210..c7ed385 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -8,7 +8,7 @@ #include "aboutdialog.h" #include "ui_aboutdialog.h" -#include "version.h" +#include #include #include @@ -50,8 +50,8 @@ AboutDialog::AboutDialog(QWidget *parent) "" "

This program is distributed in the hope that it will be useful, but without any warranty.

")); - ui->detailsLabel->setText(tr("

Version " SMOLBOTE_DESCRIBE "

" - "

Build " SMOLBOTE_BUILD "

" + ui->detailsLabel->setText(tr("

Version " poi_Describe "

" + "

Build " poi_Build "

" "

Compiled with " compiler "

")); } -- cgit v1.2.1