From 8d57bfb1aef3b71557bc408154ee028751fd688e Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Mon, 14 Jun 2021 19:09:53 +0200 Subject: First commit There was history before but now there is no more. --- fuzbal.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fuzbal.pro (limited to 'fuzbal.pro') 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 -- cgit v1.3