[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Sun Jan 9 20:47:55 CET 2011
SVN commit 1213244 by kuemmel:
add dmc to build system
M +5 -0 cmake/src/datasources/CMakeLists.txt
M +1 -1 src/datasources/dmc/dmcdata.h
M +1 -1 src/datasources/dmc/dmcobj.cpp
--- branches/work/kst/portto4/kst/cmake/src/datasources/CMakeLists.txt #1213243:1213244
@@ -42,6 +42,11 @@
kst_add_plugin(. planckIDEF)
endif()
+#set(dmc 1)
+if(dmc)
+ kst_add_plugin(. dmc)
+endif()
+
message(STATUS)
--- branches/work/kst/portto4/kst/src/datasources/dmc/dmcdata.h #1213243:1213244
@@ -20,7 +20,7 @@
#include <config.h>
-#include <kstsharedptr.h>
+#include "sharedptr.h"
extern "C" {
#include <HL2_DMC/PIODB.h>
--- branches/work/kst/portto4/kst/src/datasources/dmc/dmcobj.cpp #1213243:1213244
@@ -18,7 +18,7 @@
#include <assert.h>
-#include <kdebug.h>
+#include "debug.h"
#include <math.h>
//#define PIOLIBDEBUG
More information about the Kst
mailing list