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:
Oswald Buddenhagen
2009-02-26 16:26:07 +01:00
parent 8739f45d84
commit 605c0317b1
3 changed files with 507 additions and 1 deletions

View File

@@ -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) {