SVN commit 885580 by fenton:
Disable test building in Windows.
M +3 -5 kst.pro
--- branches/work/kst/portto4/kst/kst.pro #885579:885580
@@ -9,8 +9,6 @@
src/libkstapp \
src/kst \
src/d2asc \
-# src/d2d \
- tests \
- src/plugins
-# src/extensions \
-# misc
+ src/plugins
+
+!win32:SUBDIRS += tests
\ No newline at end of file