move 'CONFIG += static debug' into gcconfig.pri

This commit is contained in:
Sean Rhea
2009-09-02 10:45:13 -04:00
parent 32e30f7ccd
commit 9fb219019e
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ QWT_INSTALL = /usr/local/qwt
SRMIO_INSTALL = /usr/local/srmio
D2XX_INCLUDE = /usr/local/include/D2XX
# We recommend a debug build for development, and a static build for releases.
CONFIG += debug
#CONFIG += static
# Edit these paths only if you have a Boost/QWT/srmio install that uses
# a non-standard directory layout.

View File

@@ -7,7 +7,6 @@ TARGET = GoldenCheetah
DEPENDPATH += .
!isEmpty( BOOST_INCLUDE ) { INCLUDEPATH += $${BOOST_INCLUDE} }
!isEmpty( QWT_INCLUDE ) { INCLUDEPATH += $${QWT_INCLUDE} }
CONFIG += static debug
QT += xml sql
LIBS += $${QWT_LIB}
LIBS += -lm -lz