mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-04 20:34:26 -04:00
fixed unix -> linux-* target in .pri, as qt4 doesnt seem to recognise unix
This commit is contained in:
parent
27ee9ca4a0
commit
3e25d96daa
2 changed files with 3 additions and 3 deletions
|
@ -195,7 +195,7 @@ linux-* {
|
|||
LIBS *= -lpthread -ldl
|
||||
}
|
||||
|
||||
unix {
|
||||
linux-* {
|
||||
DEFINES *= PLUGIN_DIR=\"\\\"$${PLUGIN_DIR}\\\"\"
|
||||
DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ rs_macos10.10:CONFIG -= rs_macos10.11
|
|||
rs_macos10.12:CONFIG -= rs_macos10.11
|
||||
|
||||
|
||||
unix {
|
||||
linux-* {
|
||||
isEmpty(PREFIX) { PREFIX = "/usr" }
|
||||
isEmpty(BIN_DIR) { BIN_DIR = "$${PREFIX}/bin" }
|
||||
isEmpty(INC_DIR) { INC_DIR = "$${PREFIX}/include/retroshare" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue