mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-03 15:09:26 -05:00
qmake updated message
This commit is contained in:
+2
-2
@@ -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." )
|
||||
|
||||
Reference in New Issue
Block a user