Fix windows build

This commit is contained in:
Corentin Jabot
2018-04-25 14:06:37 +02:00
committed by Florian Meinicke
parent a504ec17c7
commit 351a834af7

View File

@@ -42,7 +42,7 @@ if(WIN32)
find_library(legacy_stdio_definitions legacy_stdio_definitions)
target_link_libraries(QtZeroConf PUBLIC ws2_32 ${legacy_stdio_definitions})
target_compile_definitions(QtZeroConf PRIVATE
-DQT_BUILD_ZEROCONF_LIB
-DQZEROCONF_STATIC
-DWIN32
-D_USRDLL
-DMDNS_DEBUGMSGS=0