Restructuring directory layout. Move towards "Modern CMake" usage.

This commit is contained in:
Jim Evins
2017-11-23 22:15:24 -05:00
parent 8bec3594ec
commit b8ee5e1f73
198 changed files with 4509 additions and 5324 deletions
+3 -3
View File
@@ -20,7 +20,7 @@
#include "AboutDialog.h"
#include "Version.h"
#include "model/Version.h"
#include <QDesktopServices>
#include <QUrl>
@@ -38,7 +38,7 @@ namespace glabels
{
setupUi( this );
QString version = tr("Version") + " " + Version::STRING;
QString version = tr("Version") + " " + model::Version::STRING;
QString description = tr("A program to create labels and business cards.");
@@ -81,7 +81,7 @@ namespace glabels
///
void AboutDialog::onWebsiteButtonClicked()
{
QDesktopServices::openUrl( QUrl(Version::WEBSITE) );
QDesktopServices::openUrl( QUrl(model::Version::WEBSITE) );
}
} // namespace glabels