SVN commit 718475 by staikos: don't build dirfile on win32 until getdata is ported M +5 -2 datasources.pro --- branches/work/kst/portto4/kst/src/datasources/datasources.pro #718474:718475 @@ -2,8 +2,11 @@ CONFIG += ordered SUBDIRS += \ - ascii \ - dirfile + ascii + + +!win32:SUBDIRS += dirfile + # cdf \ # fitsimage \ # frame \