summaryrefslogtreecommitdiff
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.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/ivigenerator/templates/frontend/module.pri.tpl b/src/tools/ivigenerator/templates/frontend/module.pri.tpl
index acd167f..beb9da8 100644
--- a/src/tools/ivigenerator/templates/frontend/module.pri.tpl
+++ b/src/tools/ivigenerator/templates/frontend/module.pri.tpl
@@ -42,6 +42,9 @@
## Do not edit! All changes made to it will be lost.
#############################################################################
+# Export all symbols when building this library
+DEFINES *= QT_BUILD_{{module|upper|replace('.', '_')|strip_QT}}_LIB
+
HEADERS += \
{% for interface in module.interfaces %}
$$PWD/{{interface|lower}}.h \