diff options
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 |