GRMPF!!!; refs #115

This commit is contained in:
Marc Wäckerlin
2012-03-14 12:57:32 +00:00
parent 209d6fb10c
commit 2197aceb77

View File

@@ -88,12 +88,12 @@ install-data-local:
${mkinstalldirs} ${DESTDIR}${libdir} ${mkinstalldirs} ${DESTDIR}${libdir}
for file in ${QMAKE_TARGET}*; do \ for file in ${QMAKE_TARGET}*; do \
if test -e $file; then \ if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \ ${INSTALL} $file ${DESTDIR}${bindir}; \
fi; \ fi; \
done done
for file in release/${QMAKE_TARGET}*; do \ for file in release/${QMAKE_TARGET}*; do \
if test -e $file; then \ if test -e $file; then \
${INSTALL} $file ${DESTDIR}${libdir}; \ ${INSTALL} $file ${DESTDIR}${bindir}; \
fi; \ fi; \
done done