forked from quickshell/quickshell
build: add git revision to version
This commit is contained in:
parent
73fd022b1e
commit
b720dfa165
4 changed files with 24 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
int main(int argc, char** argv) {
|
||||
const auto app = QGuiApplication(argc, argv);
|
||||
QGuiApplication::setApplicationName("quickshell");
|
||||
QGuiApplication::setApplicationVersion("0.1.0");
|
||||
QGuiApplication::setApplicationVersion("0.1.0 (" GIT_REVISION ")");
|
||||
|
||||
QCommandLineParser parser;
|
||||
parser.addHelpOption();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue