mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04: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 changed files with 3 additions and 1 deletions
|
@ -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
|
QT += network xml script
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = RetroShare
|
TARGET = RetroShare
|
||||||
|
@ -13,10 +13,12 @@ MOC_DIR = temp/moc
|
||||||
linux-g++ {
|
linux-g++ {
|
||||||
OBJECTS_DIR = temp/linux-g++/obj
|
OBJECTS_DIR = temp/linux-g++/obj
|
||||||
QMAKE_LFLAGS += -L"../../../../lib/linux-g++"
|
QMAKE_LFLAGS += -L"../../../../lib/linux-g++"
|
||||||
|
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
|
||||||
QMAKE_LFLAGS += -L"../../../../lib/linux-g++-64"
|
QMAKE_LFLAGS += -L"../../../../lib/linux-g++-64"
|
||||||
|
CONFIG += version_detail_bash_script
|
||||||
}
|
}
|
||||||
|
|
||||||
version_detail_bash_script {
|
version_detail_bash_script {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue