Groterik / qtcreator-dubmanager

QtCreator plugin for dub manager support (dlang, d programming language)
MIT License
7 stars 2 forks source link

Can't build plugin with QtCreator master source #1

Closed stonemaster closed 10 years ago

stonemaster commented 10 years ago

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;
     ^