not use end of / on $$VARIABLE_DIR for unix

This commit is contained in:
Newsages
2016-03-31 15:30:00 +02:00
parent 54fe767e16
commit aeb11d0318
2 changed files with 5 additions and 4 deletions

View File

@@ -28,10 +28,11 @@ include(limereport.pri)
unix {
DESTDIR = $${BUILD_DIR}/$${BUILD_TYPE}/lib
linux{
QMAKE_POST_LINK += mkdir -p $$quote($${DESTDIR}/include) $$escape_expand(\\n\\t) # qmake need make mkdir -p on subdirs more than root/
for(FILE,EXTRA_FILES){
QMAKE_POST_LINK += $$QMAKE_COPY $$quote($$FILE) $$quote($${DESTDIR}/include) $$escape_expand(\\n\\t) # inside of libs make /include/files
}
QMAKE_POST_LINK += mkdir -p $$quote($${DESTDIR}/include) $$escape_expand(\\n\\t) # qmake need make mkdir -p on subdirs more than root/
}
macx{
for(FILE,EXTRA_FILES){