1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Adapt to MSVC linker

This commit is contained in:
f4exb
2018-03-03 20:23:38 +01:00
parent 2b1d5f0838
commit c22d146376
192 changed files with 547 additions and 259 deletions
+3 -1
View File
@@ -9,6 +9,8 @@
#include "httpconnectionhandler.h"
#include "httplistenersettings.h"
#include "util/export.h"
namespace qtwebapp {
/**
@@ -46,7 +48,7 @@ namespace qtwebapp {
@see HttpRequest for description of config settings maxRequestSize and maxMultiPartSize
*/
class DECLSPEC HttpConnectionHandlerPool : public QObject {
class HTTPSERVER_API HttpConnectionHandlerPool : public QObject {
Q_OBJECT
Q_DISABLE_COPY(HttpConnectionHandlerPool)
public: