]> git.tdb.fi Git - builder.git/commit
Fix DataCollection dependencies
authorMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:51:44 +0000 (19:51 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 10 Nov 2014 17:51:44 +0000 (19:51 +0200)
commit41fdd69eb3f7c28ba91be3699d89ba1c2328cfdf
tree1d9ee0dfc3e9f46465c899e626dfa3b38454769d
parent8c9e5422b0ef5ee6d80cc23db8fe84f4a0812ddc
Fix DataCollection dependencies

Since DataTransform is not buildable, it won't get a rebuild flag even if
its dependencies change.  Thus the dependencies must also be added to
DataCollection.
source/datacollection.cpp
source/datacollection.h
source/datatransform.cpp