mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
rewrite script to include them in the make file. Use both util/rsversion.h and gui/help/version.html for gui version information
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1473 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
19de883705
commit
96f2d92ee7
8 changed files with 88 additions and 51 deletions
|
@ -1,5 +1,5 @@
|
|||
TEMPLATE = lib
|
||||
CONFIG += static
|
||||
CONFIG += static version_detail_bash_script
|
||||
TARGET = retroshare
|
||||
CONFIG += release
|
||||
|
||||
|
@ -42,6 +42,13 @@ linux-g++-64 {
|
|||
QMAKE_CC = g++
|
||||
SSL_DIR = /usr/include/openssl
|
||||
}
|
||||
|
||||
version_detail_bash_script {
|
||||
QMAKE_EXTRA_TARGETS += write_version_detail
|
||||
PRE_TARGETDEPS = write_version_detail
|
||||
write_version_detail.commands = ./version_detail.sh
|
||||
}
|
||||
|
||||
#################### Cross compilation for windows under Linux ####################
|
||||
|
||||
win32-x-g++ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue