Qt Creator and D

chmike via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 4 01:21:04 PDT 2014


Thank you very much. I was able to compile the plugins.
But I failed compiling QtCreator because the qbscore library was 
not found.

I then copied the compiled plugin into my precompiled Qt-5.2.1 
directory and I was able to create a D project and edit a D file.

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.


More information about the Digitalmars-d mailing list