Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, January 2007
SVG support


Message 1 in thread

Hello QT partners,

I saw your SVG example(http://doc.trolltech.com/4.1/painting-svgviewer.html),
but I dont know how to build it with scons, or Visual Studio 2003.

Any help is well received

Dennis Guzman Artavia

Message 2 in thread

On 15.01.07 14:18:45, Dennis Guzman wrote:
> I saw your SVG example(http://doc.trolltech.com/4.1/painting-svgviewer.html),
> but I dont know how to build it with scons, or Visual Studio 2003.

Apart from a "hack" flying around QMake projects work with VS only if
you use the commercial license. If you have the Qt4 Open Source version
then you need to install mingw and use qmake from the commad line.

Andreas

-- 
 [ signature omitted ] 

Message 3 in thread

On 1/15/07, Andreas Pakulat <apaku@xxxxxx> wrote:
>
> On 15.01.07 14:18:45, Dennis Guzman wrote:
> > I saw your SVG example(
> http://doc.trolltech.com/4.1/painting-svgviewer.html),
> > but I dont know how to build it with scons, or Visual Studio 2003.
>
> Apart from a "hack" flying around QMake projects work with VS only if
> you use the commercial license. If you have the Qt4 Open Source version
> then you need to install mingw and use qmake from the commad line.
>
> Andreas
>
> --
> You plan things that you do not even attempt because of your extreme
> caution.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/


Thanks Andreas but

I want to do it with the eval version am still test QT until pay like 3000
bucks so is integrated with visual.

Now you can tell me please how can I compile it or how with cmake what I
want is make that compile

Thanks again

Dennis Guzman Artavia

Message 4 in thread

On 15.01.07 15:57:17, Dennis Guzman wrote:
> On 1/15/07, Andreas Pakulat <apaku@xxxxxx> wrote:
> >
> >On 15.01.07 14:18:45, Dennis Guzman wrote:
> >> I saw your SVG example(
> >http://doc.trolltech.com/4.1/painting-svgviewer.html),
> >> but I dont know how to build it with scons, or Visual Studio 2003.
> >
> >Apart from a "hack" flying around QMake projects work with VS only if
> >you use the commercial license. If you have the Qt4 Open Source version
> >then you need to install mingw and use qmake from the commad line.
> 
> I want to do it with the eval version am still test QT until pay like 3000
> bucks so is integrated with visual.

Ah, right forgot about that one.

> Now you can tell me please how can I compile it or how with cmake what I
> want is make that compile

I have no idea how the Qt integration in VS looks like, but I think
there should be a button to execute qmake which should then create a VS
project file.

BTW, the examples are included within Qt in the examples folder and
normally they are compiled when building Qt (so if you got Qt binary
they should be precompiled)

To compile the example with cmake or scons you'd have to write proper
buildsystem files (CMakeLists.txt for cmake, no idea for scons) to
compile the sources.

Andreas

-- 
 [ signature omitted ]