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.
QMake plugins and CL 6.0
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: QMake plugins and CL 6.0
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
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