Show all warnings
This commit is contained in:
parent
167d81bda0
commit
0353028de1
|
@ -82,6 +82,8 @@ set(qtkeychain_SOURCES
|
|||
keychain.cpp
|
||||
)
|
||||
|
||||
ADD_DEFINITIONS( -Wall )
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND qtkeychain_SOURCES keychain_win.cpp)
|
||||
list(APPEND qtkeychain_LIBRARIES crypt32)
|
||||
|
|
Loading…
Reference in New Issue