Mercurial > hg > vamp-plugin-load-checker
comparison src/plugincandidates.cpp @ 22:386de1be6226
A bit more log info useful for win32/x64
author | Chris Cannam |
---|---|
date | Thu, 03 Nov 2016 16:42:46 +0000 |
parents | c80c55cabfcd |
children | 24b1d94440f5 |
comparison
equal
deleted
inserted
replaced
21:fcaaabca1734 | 22:386de1be6226 |
---|---|
140 vector<string> | 140 vector<string> |
141 PluginCandidates::runHelper(vector<string> libraries, string descriptor) | 141 PluginCandidates::runHelper(vector<string> libraries, string descriptor) |
142 { | 142 { |
143 vector<string> output; | 143 vector<string> output; |
144 | 144 |
145 log("running helper with following library list:\n"); | 145 log("running helper " + m_helper + " with following library list:\n"); |
146 for (auto &lib: libraries) log(lib + "\n"); | 146 for (auto &lib: libraries) log(lib + "\n"); |
147 | 147 |
148 QProcess process; | 148 QProcess process; |
149 process.setReadChannel(QProcess::StandardOutput); | 149 process.setReadChannel(QProcess::StandardOutput); |
150 process.setProcessChannelMode(QProcess::ForwardedErrorChannel); | 150 process.setProcessChannelMode(QProcess::ForwardedErrorChannel); |