[Kst] branches/work/kst/portto4/kst/src/plugins
Mike Fenton
mike at staikos.net
Mon May 4 17:29:33 CEST 2009
SVN commit 963351 by fenton:
Prevent error on Windows build when processing empty .pro.
M +5 -1 plugins.pro
--- branches/work/kst/portto4/kst/src/plugins/plugins.pro #963350:963351
@@ -1,3 +1,4 @@
+include($$PWD/../../config.pri)
TEMPLATE = subdirs
CONFIG += ordered
@@ -4,5 +5,8 @@
SUBDIRS += \
sampleplugin \
filters \
- fits \
dataobject
+
+LibExists(gsl) {
+ SUBDIRS += fits
+}
More information about the Kst
mailing list