summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
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
}