diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-21 13:25:14 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-21 13:25:14 (GMT) |
commit | 1af090c7b3a56b24851712a1ae41321358a8aac4 (patch) | |
tree | e17ad5ebcd0026fded4f4fa5be8ccec8f4ffaa7b /openscad.pro | |
parent | 0e4e8b64a7195b9b65cf029ccf8bb9f795bd9bae (diff) |
add wrapper code from nop head, mod build scripts
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index b11f45b..a7088ec 100644 --- a/openscad.pro +++ b/openscad.pro @@ -344,3 +344,8 @@ INSTALLS += applications icons.path = $$PREFIX/share/pixmaps icons.files = icons/openscad.png INSTALLS += icons + +CONFIG(winconsole) { + include(winconsole.pri) +} + |