GRMPF!!!; refs #115

This commit is contained in:
Marc Wäckerlin
2012-03-14 13:15:46 +00:00
parent a00560cdc0
commit 5db3802250
2 changed files with 4 additions and 14 deletions

View File

@@ -77,12 +77,7 @@ ${QMAKE_TARGET}: ${QMAKE_MAKEFILE} ${ALL_SRC} $(LANGS:%=qbrowserlib_%.qm)
install-data-local:
${mkinstalldirs} ${DESTDIR}${libdir}
for file in ${QMAKE_TARGET}*; do \
if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \
fi; \
done
for file in release/${QMAKE_TARGET}*; do \
for file in ${QMAKE_TARGET}{.so*,*.dylib,*.dll}; do \
if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \
fi; \