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:
defnax 2009-08-02 17:49:11 +00:00
parent af0b56836f
commit 5d2da3f6c8

View File

@ -1,5 +1,5 @@
TEMPLATE = lib
CONFIG += static version_detail_bash_script
CONFIG += static
TARGET = retroshare
CONFIG += release
@ -34,6 +34,7 @@ linux-g++ {
QMAKE_CXXFLAGS *= -Wall
QMAKE_CC = g++
SSL_DIR = /usr/include/openssl
CONFIG += version_detail_bash_script
}
linux-g++-64 {
OBJECTS_DIR = temp/linux-g++-64/obj
@ -41,6 +42,7 @@ linux-g++-64 {
QMAKE_CXXFLAGS *= -Wall
QMAKE_CC = g++
SSL_DIR = /usr/include/openssl
CONFIG += version_detail_bash_script
}
version_detail_bash_script {