diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-05 05:36:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-05 05:36:25 (GMT) |
commit | fa00547507566a646db2baffea114104b1ffd567 (patch) | |
tree | 85d8d3e09c9b4c1f651829042e20b061166ea415 /openscad.pro | |
parent | 03be37d16b585e64de87118053206aaae06e7cf8 (diff) |
First version of automatic updates for Mac
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/openscad.pro b/openscad.pro index a7088ec..c624b2e 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 -framework Sparkle } else { TARGET = openscad @@ -320,8 +320,14 @@ SOURCES += src/cgalutils.cc \ macx { HEADERS += src/AppleEvents.h \ - src/EventFilter.h - SOURCES += src/AppleEvents.cc + src/EventFilter.h \ + src/AutoUpdater.h \ + src/SparkleAutoUpdater.h \ + src/CocoaInitializer.h + SOURCES += src/AppleEvents.cc \ + src/AutoUpdater.cc + OBJECTIVE_SOURCES += src/SparkleAutoUpdater.mm \ + src/CocoaInitializer.mm } isEmpty(PREFIX):PREFIX = /usr/local |