Rename export header.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
configure_file(qhttpengine_global.h.in "${CMAKE_CURRENT_BINARY_DIR}/qhttpengine_global.h")
|
||||
configure_file(qhttpengine_export.h.in "${CMAKE_CURRENT_BINARY_DIR}/qhttpengine_export.h")
|
||||
|
||||
set(HEADERS
|
||||
include/qhttpengine/basicauthmiddleware.h
|
||||
@@ -15,7 +15,7 @@ set(HEADERS
|
||||
include/qhttpengine/range.h
|
||||
include/qhttpengine/server.h
|
||||
include/qhttpengine/socket.h
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/qhttpengine_global.h"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/qhttpengine_export.h"
|
||||
)
|
||||
|
||||
set(SRC
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <qhttpengine/middleware.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <qhttpengine/handler.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
class QRegExp;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <qhttpengine/middleware.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QFile>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <qhttpengine/socket.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <qhttpengine/handler.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
class QIODevice;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <qhttpengine/handler.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
namespace QHttpEngine
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <QObject>
|
||||
#include <QTcpServer>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
#if !defined(QT_NO_SSL)
|
||||
class QSslConfiguration;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include <qhttpengine/ibytearray.h>
|
||||
|
||||
#include "qhttpengine_global.h"
|
||||
#include "qhttpengine_export.h"
|
||||
|
||||
class QJsonDocument;
|
||||
class QTcpSocket;
|
||||
|
||||
Reference in New Issue
Block a user