mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
moved version_detail_bash_script to only linux section doesnt works with windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1479 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
af0b56836f
commit
5d2da3f6c8
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += static version_detail_bash_script
|
CONFIG += static
|
||||||
TARGET = retroshare
|
TARGET = retroshare
|
||||||
CONFIG += release
|
CONFIG += release
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ linux-g++ {
|
||||||
QMAKE_CXXFLAGS *= -Wall
|
QMAKE_CXXFLAGS *= -Wall
|
||||||
QMAKE_CC = g++
|
QMAKE_CC = g++
|
||||||
SSL_DIR = /usr/include/openssl
|
SSL_DIR = /usr/include/openssl
|
||||||
|
CONFIG += version_detail_bash_script
|
||||||
}
|
}
|
||||||
linux-g++-64 {
|
linux-g++-64 {
|
||||||
OBJECTS_DIR = temp/linux-g++-64/obj
|
OBJECTS_DIR = temp/linux-g++-64/obj
|
||||||
|
@ -41,6 +42,7 @@ linux-g++-64 {
|
||||||
QMAKE_CXXFLAGS *= -Wall
|
QMAKE_CXXFLAGS *= -Wall
|
||||||
QMAKE_CC = g++
|
QMAKE_CC = g++
|
||||||
SSL_DIR = /usr/include/openssl
|
SSL_DIR = /usr/include/openssl
|
||||||
|
CONFIG += version_detail_bash_script
|
||||||
}
|
}
|
||||||
|
|
||||||
version_detail_bash_script {
|
version_detail_bash_script {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue