1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 08:21:54 +02:00

Generate QxtSslServer fancy header

This commit is contained in:
Uwe L. Korn 2013-06-18 10:23:20 +02:00 committed by Michael Zanetti
parent d41a9d8dce
commit b0e352a5f5

View File

@ -24,6 +24,12 @@ macro(create_qxtweb_fancy_header simpleHeader fancyHeader)
file(WRITE ${CMAKE_BINARY_DIR}/QxtWeb/${fancyHeader} "#include \"${simpleHeader}\"" )
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("qxthttpsessionmanager.h" "HttpSessionManager")
create_qxtweb_fancy_header("qxthttpsessionmanager.h" "QxtHttpSessionManager")