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
|
@ -17,6 +17,7 @@ qt_add_executable(quickshell
|
|||
panelinterface.cpp
|
||||
)
|
||||
|
||||
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")
|
||||
qt_add_qml_module(quickshell URI Quickshell VERSION 0.1)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE ${QT_DEPS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue