summaryrefslogtreecommitdiffstats
path: root/SOURCE/qt-creator-dllexport.patch
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCE/qt-creator-dllexport.patch')
-rw-r--r--SOURCE/qt-creator-dllexport.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCE/qt-creator-dllexport.patch b/SOURCE/qt-creator-dllexport.patch
index 090ec84..04b185d 100644
--- a/SOURCE/qt-creator-dllexport.patch
+++ b/SOURCE/qt-creator-dllexport.patch
@@ -6,7 +6,7 @@ diff -ruNb qt-creator-opensource-src-4.11.2.orig/src/libs/sqlite/sqlite.pro qt-c
include(../../qtcreatorlibrary.pri)
-win32:DEFINES += SQLITE_API=__declspec(dllexport)
-+win32:DEFINES += SQLITE_API=__declspec\(dllexport\)
++win32:DEFINES += SQLITE_API=__declspec\\(dllexport\\)
unix:DEFINES += SQLITE_API=\"__attribute__((visibility(\\\"default\\\")))\"
include(sqlite-lib.pri)