Browse Source

We don't want to export and import QHttp headers since we link against them.

Tobias Hieta 8 years ago
parent
commit
47f321c796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      external/qhttp/src/qhttpfwd.hpp

+ 1 - 1
external/qhttp/src/qhttpfwd.hpp

@@ -168,7 +168,7 @@ class QHttpResponsePrivate;
 ///////////////////////////////////////////////////////////////////////////////
 } // namespace client
 ///////////////////////////////////////////////////////////////////////////////
-#ifdef Q_OS_WIN
+#if 0
 #   if defined(QHTTP_EXPORT)
 #       define QHTTP_API __declspec(dllexport)
 #   else