Qt Creator and D

michaelc37 via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 4 05:06:01 PDT 2014


On Friday, 4 July 2014 at 08:21:05 UTC, chmike wrote:
> Unfortunately I wasn't able to compile and run the hello world 
> program because the build command used by default is
>
> make -debug -g -m64 -ofbin/debug/testQtCreatorD -odobj/debug 
> testQtCreatorD.d
>
> So I'm not sure I properly installed everything.
> The project file has the qcd extension but is not visible in 
> the project.
> I'm a little bit stuck.
>
> I have the latest dmd installed and functional.


I had that problem too, i think ended up creating a new build kit 
for dmd, and switched the project to use it.  You can 
alternatively modify the dmakestep.cpp at QString 
DMakeStep::makeCommand to always return "dmd" string.


More information about the Digitalmars-d mailing list