Add binary to installation
This commit is contained in:
parent
2d39147e61
commit
e1333c415f
1 changed files with 8 additions and 9 deletions
17
fuzbal.pro
17
fuzbal.pro
|
@ -1,17 +1,16 @@
|
||||||
# SPDX-License-Identifier: Unlicense
|
# SPDX-License-Identifier: Unlicense
|
||||||
|
|
||||||
QT += multimedia qml quick quickcontrols2 svg widgets
|
QT += multimedia qml quick quickcontrols2 svg widgets
|
||||||
|
|
||||||
CONFIG += embed_translations lrelease
|
CONFIG += embed_translations lrelease
|
||||||
|
|
||||||
DEFINES += GIT_VERSION=\\\"$$system(git -C "$$_PRO_FILE_PWD_" describe --always --tags)\\\"
|
DEFINES += GIT_VERSION=\\\"$$system(git -C "$$_PRO_FILE_PWD_" describe --always --tags)\\\"
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += main.cpp
|
||||||
main.cpp
|
HEADERS += io.h
|
||||||
|
|
||||||
HEADERS += \
|
|
||||||
io.h
|
|
||||||
|
|
||||||
RESOURCES += main.qrc icons.qrc
|
RESOURCES += main.qrc icons.qrc
|
||||||
|
|
||||||
TRANSLATIONS += translations/fuzbal_sl.ts
|
TRANSLATIONS += translations/fuzbal_sl.ts
|
||||||
|
|
||||||
|
unix {
|
||||||
|
isEmpty(PREFIX): PREFIX = /usr/local
|
||||||
|
target.path = $$PREFIX/bin
|
||||||
|
INSTALLS += target
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue