diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 12:49:56 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-21 12:49:56 (GMT) |
commit | 35b17c46804ba5f7cb9f12af3b8977b57bc38556 (patch) | |
tree | d89c8f3a85efc1f0cb59882189ea784f6685489b | |
parent | 135370d418b01ea2aab8fa20ea30b20a04f893b0 (diff) |
Keep default setting in .pro file, control release builds from cmd-line
git-svn-id: http://svn.clifford.at/openscad/trunk@327 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | openscad.pro | 2 | ||||
-rwxr-xr-x | release-common.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/openscad.pro b/openscad.pro index a263f47..89338bc 100644 --- a/openscad.pro +++ b/openscad.pro @@ -21,8 +21,6 @@ CONFIG += qt QT += opengl # Application configuration -CONFIG += debug -# CONFIG += release # CONFIG += mdi CONFIG += cgal CONFIG += opencsg diff --git a/release-common.sh b/release-common.sh index 44a5395..6037f23 100755 --- a/release-common.sh +++ b/release-common.sh @@ -58,7 +58,7 @@ case $OS in ;; esac -qmake VERSION=$VERSION CONFIG+=$CONFIG +qmake VERSION=$VERSION CONFIG+=$CONFIG CONFIG-=debug make -s clean case $OS in MACOSX) |