I have QtCreator master and can't build the plugin using your instructions (QTC_SOURCE set to my source directory):
dubrunconfiguration.h:31:13: error: ‘RunMode’ does not name a type
virtual RunMode runMode() const;
^
dubrunconfiguration.h:61:5: error: ‘RunMode’ does not name a type
RunMode m_runMode;
^
I have QtCreator master and can't build the plugin using your instructions (QTC_SOURCE set to my source directory):