That doesn't work either. This is what I tried:
Qt Code:
$$(CC_VC2010)/VC/atlmfc/includeTo copy to clipboard, switch view to plain text mode
That doesn't work either. This is what I tried:
Qt Code:
$$(CC_VC2010)/VC/atlmfc/includeTo copy to clipboard, switch view to plain text mode
I added this to my .pro file:which resulted in this output:Qt Code:
message(QTDIR %QTDIR% $QTDIR $$(QTDIR))To copy to clipboard, switch view to plain text modeThis shows $$(var) worked for me. Maybe I misunderstood what you mean by ".includes file".Qt Code:
Project MESSAGE: QTDIR %QTDIR% $QTDIR C:/Qt/2009.03/qtTo copy to clipboard, switch view to plain text mode
I don't know if it's different from a normal project. I have a file that was created with my makefile import project that is (projectname).includes which allows QT Creator to find directories used for code completion and syntax checking.
Bookmarks