aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/codeblocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/codeblocks.h')
-rw-r--r--devtools/create_project/codeblocks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create_project/codeblocks.h b/devtools/create_project/codeblocks.h
index f65604d925..5baa21c242 100644
--- a/devtools/create_project/codeblocks.h
+++ b/devtools/create_project/codeblocks.h
@@ -37,6 +37,8 @@ protected:
void createOtherBuildFiles(const BuildSetup &) {}
+ void addResourceFiles(const BuildSetup &setup, StringList &includeList, StringList &excludeList);
+
void createProjectFile(const std::string &name, const std::string &uuid, const BuildSetup &setup, const std::string &moduleDir,
const StringList &includeList, const StringList &excludeList);