Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, July 2007
Eclipse Integration and 'dist' target


Message 1 in thread

Hi!

The makefile automatically generated by the Eclipse Integration
doesn't provide the dist target.

A workaround is to manually regenerate the Makefile from the command
line, but it would be nice if this handy target  would find its way
into E.I.

Cheers,

L

To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx


Message 2 in thread

Hi,

The dist target is not really missing, but somewhat hidden: The Qt  
Eclipse Integration creates three makefiles,

Makefile
Makefile.Debug
Makefile.Release

where Makefile.Debug and Makefile.Release have a dist target. If you  
want to 'make dist' from eclipse, you can create a 'Make Target' for  
it as follows

1) Project->Create Make Target...
2) Make Target -> "dist", Build command -> "make -f  
Makefile.Release" (see attached screenshot)
3) Open the 'Make Targets' and double click the new make target to  
build it

Hope that is about what you want!

Eike


PNG image

PNG image

On Jul 28, 2007, at 3:41 PM, Luis Garrido wrote:

> Hi!
>
> The makefile automatically generated by the Eclipse Integration
> doesn't provide the dist target.
>
> A workaround is to manually regenerate the Makefile from the command
> line, but it would be nice if this handy target  would find its way
> into E.I.
>
> Cheers,
>
> L
>
> To unsubscribe - send "unsubscribe" in the subject to qt4-preview- 
> feedback-request@xxxxxxxxxxxxx
>