Make entry point module an internal module
Change-Id: I9eaadc7ce8ca03d64ff3a33c7b6641b073570a61 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
83ad237771
commit
85ba43061f
@ -7,5 +7,5 @@ qt:!console:contains(TEMPLATE, ".*app") {
|
|||||||
# we have to work around it by declaring the dependency here.
|
# we have to work around it by declaring the dependency here.
|
||||||
mingw: LIBS += -lmingw32
|
mingw: LIBS += -lmingw32
|
||||||
|
|
||||||
QT_PRIVATE += entrypoint
|
QT_PRIVATE += entrypoint_private
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,10 @@ endif()
|
|||||||
|
|
||||||
qt_internal_add_module(EntryPoint
|
qt_internal_add_module(EntryPoint
|
||||||
STATIC
|
STATIC
|
||||||
|
INTERNAL_MODULE
|
||||||
NO_SYNC_QT
|
NO_SYNC_QT
|
||||||
NO_MODULE_HEADERS
|
NO_MODULE_HEADERS
|
||||||
|
NO_PRIVATE_MODULE
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_NO_FOREACH
|
QT_NO_FOREACH
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
TARGET = QtEntryPoint
|
TARGET = QtEntryPoint
|
||||||
|
|
||||||
CONFIG += static no_module_headers
|
CONFIG += static no_module_headers internal_module
|
||||||
QT = core
|
QT = core
|
||||||
|
|
||||||
DEFINES += QT_NO_FOREACH
|
DEFINES += QT_NO_FOREACH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user