mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-18 03:16:30 +00:00
make sure -DQT_NO_DEBUG is set on windows ....
This commit is contained in:
parent
b1da019993
commit
f4a870baf2
@ -22,4 +22,8 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
|||||||
add_definitions (-D_BSD_SOURCE)
|
add_definitions (-D_BSD_SOURCE)
|
||||||
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
|
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
add_definitions(-DQT_NO_DEBUG -DQT_FORCE_ASSERTS)
|
||||||
|
endif(WIN32)
|
||||||
|
|
||||||
endif(CMAKE_COMPILER_IS_GNUCXX)
|
endif(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user