Make entry point module an internal module

Change-Id: I9eaadc7ce8ca03d64ff3a33c7b6641b073570a61
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-10-21 17:32:05 +02:00
parent 83ad237771
commit 85ba43061f
3 changed files with 4 additions and 2 deletions

View File

@ -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
}

View File

@ -6,8 +6,10 @@ endif()
qt_internal_add_module(EntryPoint
STATIC
INTERNAL_MODULE
NO_SYNC_QT
NO_MODULE_HEADERS
NO_PRIVATE_MODULE
DEFINES
QT_NO_FOREACH
INCLUDE_DIRECTORIES

View File

@ -3,7 +3,7 @@
TARGET = QtEntryPoint
CONFIG += static no_module_headers
CONFIG += static no_module_headers internal_module
QT = core
DEFINES += QT_NO_FOREACH