Qt-interest Archive, September 2007
Re: Import Library
Message 1 in thread
Using QT 4.3.1 this how we did it:
QMAKE_LFLAGS += /IMPLIB:<import lib name>
e.g. QMAKE_LFLAGS += /IMPLIB:../../lib/myImport.lib
Harbinder
"Irina Ladyko" <iladyko@xxxxxxxxx> wrote in message
news:1845144083.20060606120550@xxxxxxxxxxxx
> Hello, qt-interest.
> Please, tell me, how can I set ImportLibrary (*.vcproj) in
> VCLinkerTool for dynamic library using qmake (what variable
> must I edit).
>
> --
> The best regards,
> Irina mailto:iladyko@xxxxxxxxx
>
> --
> 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/
--
[ signature omitted ]
Message 2 in thread
Using QT 4.3.1 this how we did it:
QMAKE_LFLAGS += /IMPLIB:<import lib name>
e.g. QMAKE_LFLAGS += /IMPLIB:../../lib/myImport.lib
Harbinder
"Irina Ladyko" <iladyko@xxxxxxxxx> wrote in message
news:1845144083.20060606120550@xxxxxxxxxxxx
> Hello, qt-interest.
> Please, tell me, how can I set ImportLibrary (*.vcproj) in
> VCLinkerTool for dynamic library using qmake (what variable
> must I edit).
>
> --
> The best regards,
> Irina mailto:iladyko@xxxxxxxxx
>
> --
> 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/
--
[ signature omitted ]
Message 3 in thread
Using QT 4.3.1 this how we did it:
QMAKE_LFLAGS += /IMPLIB:<import lib name>
e.g. QMAKE_LFLAGS += /IMPLIB:../../lib/myImport.lib
Harbinder
"Irina Ladyko" <iladyko@xxxxxxxxx> wrote in message
news:1845144083.20060606120550@xxxxxxxxxxxx
> Hello, qt-interest.
> Please, tell me, how can I set ImportLibrary (*.vcproj) in
> VCLinkerTool for dynamic library using qmake (what variable
> must I edit).
>
> --
> The best regards,
> Irina mailto:iladyko@xxxxxxxxx
>
> --
> 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/
--
[ signature omitted ]