From 85ba43061f48bd7d11abc31b5315224d9fe926db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 21 Oct 2020 17:32:05 +0200 Subject: Make entry point module an internal module Change-Id: I9eaadc7ce8ca03d64ff3a33c7b6641b073570a61 Reviewed-by: Alexandru Croitor --- mkspecs/features/entrypoint.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') 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 } -- cgit v1.2.3