[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Fri May 28 15:26:37 CEST 2010
SVN commit 1131577 by kuemmel:
fix: use postfix 'd' for debug builds when using msvc
M +1 -1 kst.pri
--- branches/work/kst/portto4/kst/kst.pri #1131576:1131577
@@ -57,7 +57,7 @@
CONFIG(debug, debug|release) {
!debug_and_release|build_pass {
mac:RET = $$member(LIBRARY_NAME, 0)_debug
- else:win32-msvc:RET = $$member(LIBRARY_NAME, 0)d
+ else:win32-msvc*:RET = $$member(LIBRARY_NAME, 0)d
}
}
isEmpty(RET):RET = $$LIBRARY_NAME
More information about the Kst
mailing list