[Kst] branches/work/kst/portto4/kst

Peter Kümmel syntheticpp at gmx.net
Thu Sep 2 08:20:33 CEST 2010


SVN commit 1170804 by kuemmel:

no ; in .pri

 M  +3 -3      config.pri  


--- branches/work/kst/portto4/kst/config.pri #1170803:1170804
@@ -22,19 +22,19 @@
   contains(lib, gsl) {
     contains(DISABLE_GSL, 1) {
       # Overridden, do not check.
-      return(false);
+      return(false)
     }
   }
   contains(lib, cfitsio) {
     contains(DISABLE_CFITSIO, 1) {
       # Overridden, do not check.
-      return(false);
+      return(false)
     }
   }
   contains(lib, getdata) {
     contains(DISABLE_DIRFILE, 1) {
       # Overridden, do not check.
-      return(false);
+      return(false)
     }
   }
   PKGCONFIGRESULT = $$system(pkg-config --libs $$lib)


More information about the Kst mailing list