zelenski/stanford-cpp-library

XCopy Fixes not present in MadLibs.pro, QMAKE_COPY not recursive

Timvrakas opened this issue · 1 comments

First, the change to QMAKE_COPY is not present in the first homework assignment. I'm not sure how that system works, but thought you should know.

Second, when the QMAKE_COPY is used, it fails to copy recursively. replacing with QMAKE_COPY_DIR worked for me, but no idea how this would effect standard windows environments.

Tim

Vestigial