Explorar el Código

Enable IPV6 and WEBSOCKET in Qt build

bel2125 hace 9 años
padre
commit
8e536227a4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Qt/CivetWeb.pro

+ 3 - 0
Qt/CivetWeb.pro

@@ -20,3 +20,6 @@ INCLUDEPATH +=  \
     ../include/
 
 LIBS += -lws2_32 -lComdlg32
+
+DEFINES += USE_IPV6
+DEFINES += USE_WEBSOCKET