[Kst] branches/work/kst/portto4/kst
Mike Fenton
mike at staikos.net
Mon May 4 20:38:37 CEST 2009
SVN commit 963438 by fenton:
Fix qmake failure in windows.
M +3 -2 config.pri
--- branches/work/kst/portto4/kst/config.pri #963437:963438
@@ -16,7 +16,8 @@
defineTest(LibExists) {
lib = $$ARGS
-unix { !mac {
+unix {
+ !mac {
contains(lib, gsl) {
contains(DISABLE_GSL, 1) {
# Overridden, do not check.
@@ -42,7 +43,7 @@
}
message(Found $$lib at $$PKGCONFIGRESULT)
return(true)
-}}
+} }
contains(lib, gsl) {
contains(HAVE_GSL, 1) {
More information about the Kst
mailing list