diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-12 02:50:53 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-12 02:50:53 (GMT) |
commit | b87e574e093fd29e6e3f2c3443018948ce890e24 (patch) | |
tree | d7aa6434d998431e2cdbb0c94297aaca28245c16 /openscad.pro | |
parent | 4756a519fc4b12b19944644ac9d03bc55af9bf04 (diff) |
Added document icon for Mac
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 7b55a14..475d55a 100644 --- a/openscad.pro +++ b/openscad.pro @@ -66,7 +66,7 @@ macx { ICON = icons/OpenSCAD.icns QMAKE_INFO_PLIST = Info.plist APP_RESOURCES.path = Contents/Resources - APP_RESOURCES.files = OpenSCAD.sdef dsa_pub.pem + APP_RESOURCES.files = OpenSCAD.sdef dsa_pub.pem icons/SCAD.icns QMAKE_BUNDLE_DATA += APP_RESOURCES LIBS += -framework Cocoa -framework Sparkle } |