diff options
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 |
