mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Generate QxtSslServer fancy header
This commit is contained in:
committed by
Michael Zanetti
parent
d41a9d8dce
commit
b0e352a5f5
@@ -24,6 +24,12 @@ macro(create_qxtweb_fancy_header simpleHeader fancyHeader)
|
|||||||
file(WRITE ${CMAKE_BINARY_DIR}/QxtWeb/${fancyHeader} "#include \"${simpleHeader}\"" )
|
file(WRITE ${CMAKE_BINARY_DIR}/QxtWeb/${fancyHeader} "#include \"${simpleHeader}\"" )
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
|
macro(create_qxtnetwork_fancy_header simpleHeader fancyHeader)
|
||||||
|
file(WRITE ${CMAKE_BINARY_DIR}/QxtNetwork/${fancyHeader} "#include \"${simpleHeader}\"" )
|
||||||
|
endmacro()
|
||||||
|
|
||||||
|
create_qxtnetwork_fancy_header("qxtsslserver.h" "QxtSslServer")
|
||||||
|
|
||||||
create_qxtweb_fancy_header("qxtabstracthttpconnector.h" "QxtHttpServerConnector")
|
create_qxtweb_fancy_header("qxtabstracthttpconnector.h" "QxtHttpServerConnector")
|
||||||
create_qxtweb_fancy_header("qxthttpsessionmanager.h" "HttpSessionManager")
|
create_qxtweb_fancy_header("qxthttpsessionmanager.h" "HttpSessionManager")
|
||||||
create_qxtweb_fancy_header("qxthttpsessionmanager.h" "QxtHttpSessionManager")
|
create_qxtweb_fancy_header("qxthttpsessionmanager.h" "QxtHttpSessionManager")
|
||||||
|
Reference in New Issue
Block a user