summaryrefslogtreecommitdiffstats
path: root/src/entrypoint/entrypoint_module.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/entrypoint/entrypoint_module.pro')
-rw-r--r--src/entrypoint/entrypoint_module.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/entrypoint/entrypoint_module.pro b/src/entrypoint/entrypoint_module.pro
new file mode 100644
index 0000000000..aac4ac6c07
--- /dev/null
+++ b/src/entrypoint/entrypoint_module.pro
@@ -0,0 +1,10 @@
+
+TARGET = QtEntryPoint
+MODULE = entrypoint
+
+CONFIG += header_module no_module_headers internal_module
+
+MODULE_DEPENDS = entrypoint_implementation
+QT =
+
+load(qt_module)