Add binary to installation

This commit is contained in:
Timotej Lazar 2021-08-23 11:31:29 +02:00
parent 2d39147e61
commit e1333c415f
No known key found for this signature in database
GPG key ID: B6F38793D143456F

View file

@ -1,17 +1,16 @@
# 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
SOURCES += main.cpp
HEADERS += io.h
RESOURCES += main.qrc icons.qrc
TRANSLATIONS += translations/fuzbal_sl.ts
unix {
isEmpty(PREFIX): PREFIX = /usr/local
target.path = $$PREFIX/bin
INSTALLS += target
}