mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
MSVC - QWT Debug vs. Release
... MSVC does not accept mixed libraries (debug/release) when linking ... patch has been tested with MingGW/GCC as well
This commit is contained in:
@@ -70,7 +70,12 @@ DEFINES += GC_HAVE_SOAP
|
||||
# to make sure we are toolchain neutral we NEVER refer to a lib
|
||||
# via file extensions .lib or .a in src.pro unless the section is
|
||||
# platform specific. Instead we use directives -Ldir and -llib
|
||||
CONFIG(release, debug|release){
|
||||
LIBS += -L../qwt/lib -lqwt
|
||||
}
|
||||
CONFIG(debug, debug|release) {
|
||||
LIBS += -L../qwt/lib -lqwtd
|
||||
}
|
||||
|
||||
# compress and math libs must be defined in gcconfig.pri
|
||||
# if they're not part of the QT include
|
||||
|
||||
Reference in New Issue
Block a user