QMake plugins and CL 6.0

General questions regarding the usage of CodeLite
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

QMake plugins and CL 6.0

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: QMake plugins and CL 6.0

Post 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
Make sure you have read the HOW TO POST thread
Post Reply