From 35b17c46804ba5f7cb9f12af3b8977b57bc38556 Mon Sep 17 00:00:00 2001 From: kintel Date: Thu, 21 Jan 2010 12:49:56 +0000 Subject: 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 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) -- cgit v0.10.1