codelite and QT
Posted: Thu Jul 17, 2008 11:12 pm
How to compile and execute QT project in Codelite?
I have try entering QTDIR, QMAKESPEC, and PATH to Qt in the Environment Variable setting in CodeLite, but no luck, could you help, or should I modify the global environment variable in windows ?Building:
qmake
----------Building project:[ FindDialog - ]----------
Failed to start build process, command: qmake, process terminated with exit code: 0
Code: Select all
C:\Foo\>qmake -project
C:\Foo\>qmake
C:\Foo\>mingw32-make
There is already feature request for this:aaulia wrote:But codelite only allow, either just 'qmake -project' or 'qmake' only
Thank you for the kind wordsaaulia wrote:Nice !! .
CodeLite have been amazing for me in the last month, first it's 'lite', second the refactoring rocks, third custom build system stuff, FYI there are not many IDE for windows that support this stuff, sure CB can too, but still setting up for CL is still more simple. Wow. Thanks eranif