On 19/03/12 02:40, Robert Wood wrote:
> Folks,
>
> I've used qextserialport many times, but always included the source code
> in the my project. However, the it says it's better to use it as a
> library and it would be nice not to include all those source files each
> time.
>
> However, I can't work out how to do this.
>
Hello Robert,
This list had closed quite awhile ago so you probably won't get any
replies to your question. However I may be able to help.
This is how I add libraries to Qt Creator projects:
INCLUDEPATH += /usr/local/include
LIBS += -lhamlib++ \
-lqextserialport
--
Regards,
Phil
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator