qmake updated message

This commit is contained in:
silverqx
2023-09-07 12:02:02 +02:00
parent 48eb08b141
commit bfb3f123c2
+2 -2
View File
@@ -102,11 +102,11 @@ win32-msvc:CONFIG(debug, debug|release) {
# Shared vs Static build
CONFIG(shared, dll|shared|static|staticlib) | \
CONFIG(dll, dll|shared|static|staticlib): \
message( "TinyOrm library is built as shared library." )
message( "$${TARGET} is built as shared library." )
else: \
if(CONFIG(static, dll|shared|static|staticlib) | \
CONFIG(staticlib, dll|shared|static|staticlib)): \
message( "TinyOrm library is built as static library archive." )
message( "$${TARGET} is built as static library archive." )
!disable_orm: \
message( "Build ORM-related source code." )