mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
move 'CONFIG += static debug' into gcconfig.pri
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user