diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:03:39 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 03:03:39 (GMT) |
commit | faa90661256f7fcb1227af90c764bd0e7c35f05c (patch) | |
tree | ae6b876048e36c31aae4fba14cc4fc0d2bc93a4e /patches/OpenCSG-1.3.2-MacOSX-port.patch | |
parent | b942c728c1ac532d65bd780ba2a124dc0fb036b1 (diff) | |
parent | 83879ab41c368f674ff771387f499dc36ce124dd (diff) |
Merge branch 'master' of github.com:openscad/openscad into mingw_installer
Diffstat (limited to 'patches/OpenCSG-1.3.2-MacOSX-port.patch')
-rw-r--r-- | patches/OpenCSG-1.3.2-MacOSX-port.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/OpenCSG-1.3.2-MacOSX-port.patch b/patches/OpenCSG-1.3.2-MacOSX-port.patch index ba4bcc4..7262307 100644 --- a/patches/OpenCSG-1.3.2-MacOSX-port.patch +++ b/patches/OpenCSG-1.3.2-MacOSX-port.patch @@ -34,7 +34,7 @@ diff --git a/src/src.pro b/src/src.pro index 4843a12..04d3f4d 100644 --- a/src/src.pro +++ b/src/src.pro -@@ -1,10 +1,31 @@ +@@ -1,10 +1,32 @@ TEMPLATE = lib TARGET = opencsg VERSION = 1.3.2 @@ -43,6 +43,7 @@ index 4843a12..04d3f4d 100644 CONFIG += opengl warn_on release -INCLUDEPATH += ../include ../glew/include ../ +INCLUDEPATH += ../include ../ ++CONFIG -= qt + +# Optionally specify deployment location using the +# OPENSCAD_LIBRARIES env. variable |