forked from qt-creator/qt-creator
add licenses during the custom dumper build step.
once copied, these files are virtually an own project, so they need to have an own copy of the licenses.
This commit is contained in:
@@ -62,7 +62,8 @@ bool GdbMacrosBuildStep::init(const QString &buildConfiguration)
|
||||
void GdbMacrosBuildStep::run(QFutureInterface<bool> & fi)
|
||||
{
|
||||
QStringList files;
|
||||
files << "gdbmacros.cpp" << "gdbmacros.pro";
|
||||
files << "gdbmacros.cpp" << "gdbmacros.pro"
|
||||
<< "LICENSE.LGPL" << "LGPL_EXCEPTION.TXT";
|
||||
|
||||
QVariant v = value("clean");
|
||||
if (v.isNull() || v.toBool() == false) {
|
||||
|
||||
Reference in New Issue
Block a user