Added some initial CPack support.

This commit is contained in:
Jim Evins
2017-12-29 19:13:48 -05:00
parent 3bac0e9e42
commit 7f903f5a68
3 changed files with 31 additions and 15 deletions
+5 -5
View File
@@ -29,13 +29,13 @@ namespace glabels
namespace Version
{
const QString WEBSITE = "@Website@";
const QString WEBSITE = "http://@Website@";
const int MAJOR = @Major_Version@;
const int MINOR = @Minor_Version@;
const int MICRO = @Micro_Version@;
const int MAJOR = @glabels-qt_VERSION_MAJOR@;
const int MINOR = @glabels-qt_VERSION_MINOR@;
const int MICRO = @glabels-qt_VERSION_PATCH@;
const QString STRING = "@Full_Version@";
const QString STRING = "@glabels-qt_VERSION@";
}
}