aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/iarew/iarewsourcefilepropertygroup.h')
-rw-r--r--src/plugins/generator/iarew/iarewsourcefilepropertygroup.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h b/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h
index dd714929f..5f88cec27 100644
--- a/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h
+++ b/src/plugins/generator/iarew/iarewsourcefilepropertygroup.h
@@ -31,18 +31,20 @@
#ifndef QBS_IAREWSOURCEFILEPROPERTYGROUP_H
#define QBS_IAREWSOURCEFILEPROPERTYGROUP_H
-#include "iarewpropertygroup.h"
+#include <generators/xmlpropertygroup.h>
namespace qbs {
class ArtifactData;
class GeneratableProject;
-class IarewSourceFilePropertyGroup final : public IarewPropertyGroup
+class IarewSourceFilePropertyGroup final
+ : public gen::xml::PropertyGroup
{
public:
- explicit IarewSourceFilePropertyGroup(const GeneratableProject &genProject,
- const ArtifactData &sourceArtifact);
+ explicit IarewSourceFilePropertyGroup(
+ const GeneratableProject &genProject,
+ const ArtifactData &sourceArtifact);
};
} // namespace qbs