mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
Disable installing of headers and libretroshare.a
The list of interface header files is outdated and probably of no use to anyone.
This commit is contained in:
parent
d4a36ed38b
commit
91e19fc61e
1 changed files with 7 additions and 7 deletions
|
@ -176,14 +176,14 @@ unix {
|
||||||
DEFINES *= LIB_DIR=\"\\\"$${LIB_DIR}\\\"\"
|
DEFINES *= LIB_DIR=\"\\\"$${LIB_DIR}\\\"\"
|
||||||
DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
|
DEFINES *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
|
||||||
|
|
||||||
# where to put the librarys interface
|
## where to put the librarys interface
|
||||||
include_rsiface.path = "$${INC_DIR}"
|
#include_rsiface.path = "$${INC_DIR}"
|
||||||
include_rsiface.files = $$PUBLIC_HEADERS
|
#include_rsiface.files = $$PUBLIC_HEADERS
|
||||||
INSTALLS += include_rsiface
|
#INSTALLS += include_rsiface
|
||||||
|
|
||||||
# where to put the shared library itself
|
## where to put the shared library itself
|
||||||
target.path = "$$LIB_DIR"
|
#target.path = "$$LIB_DIR"
|
||||||
INSTALLS *= target
|
#INSTALLS *= target
|
||||||
}
|
}
|
||||||
|
|
||||||
linux-g++ {
|
linux-g++ {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue