Page 1 of 1

QMake plugins and CL 6.0

Posted: Wed Aug 20, 2014 7:11 pm
by Jarod42
I follow http://codelite.org/LiteEditor/QmakePlugin
(on Win7 with CL 6.0)

And normal build and file only build is broken (doesn't build anything).
only 'project only' build works.

Re: QMake plugins and CL 6.0

Posted: Thu Aug 21, 2014 1:55 am
by eranif
You are correct. This is now fixed in git head.
I also improved the plugin further:
- Don't run 'qmake' each time build starts
- Added 'Run qmake...' menu option to the project context menu
- The Build/Clean/Rebuild commands should now work

Eran