diff options
Diffstat (limited to 'math/qtiplot/files/patch-3rdparty__qwtplot3d__qwtplot3d.pro')
-rw-r--r-- | math/qtiplot/files/patch-3rdparty__qwtplot3d__qwtplot3d.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/qtiplot/files/patch-3rdparty__qwtplot3d__qwtplot3d.pro b/math/qtiplot/files/patch-3rdparty__qwtplot3d__qwtplot3d.pro new file mode 100644 index 000000000000..30e13e6c664e --- /dev/null +++ b/math/qtiplot/files/patch-3rdparty__qwtplot3d__qwtplot3d.pro @@ -0,0 +1,16 @@ +--- ./3rdparty/qwtplot3d/qwtplot3d.pro.orig 2011-01-25 08:07:31.000000000 +0300 ++++ ./3rdparty/qwtplot3d/qwtplot3d.pro 2011-03-19 00:18:59.395290422 +0300 +@@ -10,7 +10,7 @@ + DEPENDPATH = include src + QT += opengl + +-CONFIG += dll ++CONFIG += static + win32:CONFIG += exceptions + win32:dll:DEFINES += QT_DLL QWT3D_DLL QWT3D_MAKEDLL + win32:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL +@@ -39,4 +39,3 @@ + + # install + target.path = lib +-INSTALLS += target |