diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-28 19:56:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-28 19:56:17 (GMT) |
commit | 256eb2c2f2a4a7363898900335b217efc5c79ce4 (patch) | |
tree | 18da55920cf3c8d56d89758bb64e7427b5f5fffc /openscad.pro | |
parent | 5eed194f15b6ab24c9fb9f580b7c881c7acccf9e (diff) |
Mac OS X build fixes
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index 37e6fe3..b5190ed 100644 --- a/openscad.pro +++ b/openscad.pro @@ -68,7 +68,7 @@ macx { APP_RESOURCES.path = Contents/Resources APP_RESOURCES.files = OpenSCAD.sdef QMAKE_BUNDLE_DATA += APP_RESOURCES - LIBS += -framework Carbon + LIBS += -framework Cocoa } else { TARGET = openscad @@ -312,7 +312,7 @@ unix:!macx { } macx { SOURCES += src/imageutils-macosx.cc - SOURCES += src/OffscreenContextCGL.mm + OBJECTIVE_SOURCES += src/OffscreenContextCGL.mm } win32* { SOURCES += src/imageutils-lodepng.cc |