grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

Fix Qt platform directory install in win64 build #264

Closed fvacek closed 5 years ago

fvacek commented 5 years ago

better solution might be install (DIRECTORY "${QT_DLL_DIR}/../plugins/platforms" DESTINATION bin FILES_MATCHING PATTERN "*.*" PATTERN "*.PDB" EXCLUDE) but I'm not used to use this CMake option, just guessing.

fvacek commented 5 years ago

I've inspected CI artifacts, it looks good.

grzegorzmazur commented 5 years ago

Thanks! The documentation on this whole exclude thingy is slightly convoluted, I must have misunderstood something.