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:
AsamK 2015-08-23 11:26:12 +02:00
parent d4a36ed38b
commit 91e19fc61e

View File

@ -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++ {