mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-21 15:29:53 -05:00
moved version_detail_bash_script to linux section doesnt works with windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1480 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5d2da3f6c8
commit
8f2085c9a4
@ -1,4 +1,4 @@
|
||||
CONFIG += qt gui uic qrc resources uitools debug pluginmgr version_detail_bash_script #release newsettings
|
||||
CONFIG += qt gui uic qrc resources uitools debug pluginmgr #release newsettings
|
||||
QT += network xml script
|
||||
TEMPLATE = app
|
||||
TARGET = RetroShare
|
||||
@ -13,10 +13,12 @@ MOC_DIR = temp/moc
|
||||
linux-g++ {
|
||||
OBJECTS_DIR = temp/linux-g++/obj
|
||||
QMAKE_LFLAGS += -L"../../../../lib/linux-g++"
|
||||
CONFIG += version_detail_bash_script
|
||||
}
|
||||
linux-g++-64 {
|
||||
OBJECTS_DIR = temp/linux-g++-64/obj
|
||||
QMAKE_LFLAGS += -L"../../../../lib/linux-g++-64"
|
||||
CONFIG += version_detail_bash_script
|
||||
}
|
||||
|
||||
version_detail_bash_script {
|
||||
|
Loading…
x
Reference in New Issue
Block a user