mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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 *= DATA_DIR=\"\\\"$${DATA_DIR}\\\"\"
|
||||
|
||||
# where to put the librarys interface
|
||||
include_rsiface.path = "$${INC_DIR}"
|
||||
include_rsiface.files = $$PUBLIC_HEADERS
|
||||
INSTALLS += include_rsiface
|
||||
## where to put the librarys interface
|
||||
#include_rsiface.path = "$${INC_DIR}"
|
||||
#include_rsiface.files = $$PUBLIC_HEADERS
|
||||
#INSTALLS += include_rsiface
|
||||
|
||||
# where to put the shared library itself
|
||||
target.path = "$$LIB_DIR"
|
||||
INSTALLS *= target
|
||||
## where to put the shared library itself
|
||||
#target.path = "$$LIB_DIR"
|
||||
#INSTALLS *= target
|
||||
}
|
||||
|
||||
linux-g++ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue