forked from qt-creator/qt-creator
Tests: Ensure valid project file
Change-Id: Iad22782fee5b330d145ab456c38ff0b9363f0fd2 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -668,7 +668,7 @@ struct Check6 : Check
|
|||||||
};
|
};
|
||||||
struct Profile
|
struct Profile
|
||||||
{
|
{
|
||||||
Profile(const QByteArray &contents) : contents(contents) {}
|
Profile(const QByteArray &contents) : contents(contents + '\n') {}
|
||||||
|
|
||||||
QByteArray includes;
|
QByteArray includes;
|
||||||
QByteArray contents;
|
QByteArray contents;
|
||||||
|
Reference in New Issue
Block a user