diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2021-06-14 19:09:53 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2021-06-14 19:13:14 +0200 |
| commit | 8d57bfb1aef3b71557bc408154ee028751fd688e (patch) | |
| tree | 22ee6eaa22a3cfc7dfd4f938be16a6e28d7eaf1f /fuzbal.pro | |
First commit
There was history before but now there is no more.
Diffstat (limited to 'fuzbal.pro')
| -rw-r--r-- | fuzbal.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fuzbal.pro b/fuzbal.pro new file mode 100644 index 0000000..dc20822 --- /dev/null +++ b/fuzbal.pro @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Unlicense + +QT += multimedia qml quick quickcontrols2 svg widgets + +CONFIG += embed_translations lrelease + +DEFINES += GIT_VERSION=\\\"$$system(git -C "$$_PRO_FILE_PWD_" describe --always --tags)\\\" + +SOURCES += \ + main.cpp + +HEADERS += \ + io.h + +RESOURCES += main.qrc icons.qrc + +TRANSLATIONS += translations/fuzbal_sl.ts |
