aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/frontend/module.pri.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/frontend/module.pri.tpl')
-rw-r--r--src/tools/ivigenerator/templates/frontend/module.pri.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/ivigenerator/templates/frontend/module.pri.tpl b/src/tools/ivigenerator/templates/frontend/module.pri.tpl
index beb9da8..9667de9 100644
--- a/src/tools/ivigenerator/templates/frontend/module.pri.tpl
+++ b/src/tools/ivigenerator/templates/frontend/module.pri.tpl
@@ -54,8 +54,8 @@ HEADERS += \
{% for struct in module.structs %}
$$PWD/{{struct|lower}}.h \
{% endfor %}
- $$PWD/{{module.module_name|lower}}module.h \
- $$PWD/{{module.module_name|lower}}modulefactory.h \
+ $$PWD/{{module.module_name|lower}}.h \
+ $$PWD/{{module.module_name|lower}}factory.h \
$$PWD/{{module.module_name|lower}}global.h
SOURCES += \
@@ -66,5 +66,5 @@ SOURCES += \
{% for struct in module.structs %}
$$PWD/{{struct|lower}}.cpp \
{% endfor %}
- $$PWD/{{module.module_name|lower}}module.cpp \
- $$PWD/{{module.module_name|lower}}modulefactory.cpp
+ $$PWD/{{module.module_name|lower}}.cpp \
+ $$PWD/{{module.module_name|lower}}factory.cpp