mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
When using wildcards in the `files` member of an `INSTALLS` variable, the files must exist when qmake is run or the wildcards won't be expanded. The libevent and libpng libraries are copied to `$$DestRoot/lib` as a post-build step in `blackmisc.pro`, so I work around with a shell command.