summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-21 17:32:05 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-23 20:08:07 +0200
commit85ba43061f48bd7d11abc31b5315224d9fe926db (patch)
tree20dd8cd80b6d3c5252861cca425d6c001e98fa7a /mkspecs
parent83ad2377714383710193798bd453f9b8e881e05b (diff)
Make entry point module an internal module
Change-Id: I9eaadc7ce8ca03d64ff3a33c7b6641b073570a61 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/entrypoint.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/entrypoint.prf b/mkspecs/features/entrypoint.prf
index 4601455c4a..48bb378034 100644
--- a/mkspecs/features/entrypoint.prf
+++ b/mkspecs/features/entrypoint.prf
@@ -7,5 +7,5 @@ qt:!console:contains(TEMPLATE, ".*app") {
# we have to work around it by declaring the dependency here.
mingw: LIBS += -lmingw32
- QT_PRIVATE += entrypoint
+ QT_PRIVATE += entrypoint_private
}