diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-01 22:33:48 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-01 22:33:48 (GMT) |
commit | 5618f5c47f83a67beee0b6f5ae4bd52e40f100ff (patch) | |
tree | c9dbca1fb2182f6876e2e1eba775b672d8e40594 /patches/OpenCSG-1.3.2-MacOSX-port.patch | |
parent | 4f7bf1819fca887f2712807077f9e497c262e9ed (diff) | |
parent | 24fbfdf9551915918f43650057fea74b1ad76286 (diff) |
Merge branch 'master' of github.com:openscad/openscad into issue158
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 |