runtimeproviders/ftudefaultruntimeprovider/inc/ftudefaultruntime.h
changeset 9 aa22d2c19e57
parent 2 66c26770985f
--- a/runtimeproviders/ftudefaultruntimeprovider/inc/ftudefaultruntime.h	Fri Jun 11 13:29:51 2010 +0300
+++ b/runtimeproviders/ftudefaultruntimeprovider/inc/ftudefaultruntime.h	Mon Jun 28 10:38:11 2010 +0530
@@ -19,6 +19,13 @@
 #ifndef FTU_RUNTIMES_DEFAULTRUNTIME_H
 #define FTU_RUNTIMES_DEFAULTRUNTIME_H
 
+#ifdef LOGGING
+#define QDEBUG(a)   qDebug() <<a
+#else
+#define QDEBUG(a)  
+#endif //LOGGING
+
+
 #include "ftutest_global.h"
 #include <QHash>
 #include <QStateMachine>