Andrei Yankovich
Andrei Yankovich
Thanks for your report. The Deployment of a debug libraries in a windows platform it is very specific task, so, i am planned to add this feature in to the...
For add full support deploy and release builds steps we need to resolve the #415 issue.
This is very big changes. so i move this pr to the 1.6 Milestone.
I can not build the macdependency library. it is impossible for the linux and windows platforms, but i thin is good solution move the cqtdeployer to the [LIEF]( https://github.com/lief-project/LIEF) library
### Work plan We need to change a current build system to the cmake before include the LIEF library because include the LIEF library using the qmake build system is...
Did I understand you correctly? Do you want cqtdeployer to add not all files to the myPlugins folder, but only with the extensions you need
hm you need to collect all plug-ins files (*.so, *.a, *.lib, *.dll) into one custom folder without save structure of the input directory ? right?
try the **extraDataOut** option. This option sets relative path to an output directory of an extra data ``` cqtdeployer -extraData $$OUT_PWD/plugins/libPluginName.so,$$OUT_PWD/plugins/libSecondPluginName.so,$$OUT_PWD/plugins/libThirdPluginName.so -extraDataOut myPlugins ```
@kartaris the fact is that I do not yet know how to make cqtdeployer make a selection for certain files. Here I would like to introduce a new concept "Selector"...
> I can try to add it myself) you can try to do it yourself, but the option that you suggested introducing the new syntax into the arguments, I'm afraid...