diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-29 23:20:17 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-29 23:20:17 (GMT) |
commit | 81a08c05c2d03aa8791279dfbcf7f9ca826fcf96 (patch) | |
tree | 5177fa483ea81d5b5e6bbdb354425132b4f17478 /openscad.pro | |
parent | 316c514208bebc7e5e99aeeaf916c6011a47b5ac (diff) | |
parent | b272d1f0defa8dd908217ccd43a48eb60735d2d4 (diff) |
Merge branch 'master' of github.com:openscad/openscad into colorsfix
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index ec5af20..5c39928 100644 --- a/openscad.pro +++ b/openscad.pro @@ -206,6 +206,7 @@ HEADERS += src/typedefs.h \ src/OpenCSGWarningDialog.h \ src/AboutDialog.h \ src/builtin.h \ + src/calc.h \ src/context.h \ src/modcontext.h \ src/evalcontext.h \ @@ -324,6 +325,7 @@ SOURCES += src/version_check.cc \ src/AutoUpdater.cc \ \ src/builtin.cc \ + src/calc.cc \ src/export.cc \ src/export_png.cc \ src/import.cc \ @@ -416,10 +418,18 @@ applications.path = $$PREFIX/share/applications applications.files = icons/openscad.desktop INSTALLS += applications +appdata.path = $$PREFIX/share/appdata +appdata.files = openscad.appdata.xml +INSTALLS += appdata + icons.path = $$PREFIX/share/pixmaps icons.files = icons/openscad.png INSTALLS += icons +man.path = $$PREFIX/share/man/man1 +man.files = doc/openscad.1 +INSTALLS += man + CONFIG(winconsole) { include(winconsole.pri) } |