View Single Post
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#8
Originally Posted by rash.m2k View Post
Anyway onto the next question, how do I get Qt Creator to merge the library files i have created INTO the .deb file? Currently it doesn't even copy them to the shadow build directory (and thus fails when it tries to find the library - I have to copy then manually).

Part two of this question - if the project compiles successfully (with the libraries) then does that mean the library files are ok (i.e. of the same architecure?) or will I find out when I try to create a new object that uses that library?
there's always some way to do this stuff with qmake. edit the pro file and add the libs like this:

INCLUDEPATH += /usr/include/
#t:\ is mapped to /scratchbox/ on my VMware machine; seems to work fine like this
LIBS += -ldl t:\users\lance\targets\HARMATTAN_ARMEL\usr\lib\lib mkcal.so
LIBS += -ldl t:/users/lance/targets/HARMATTAN_ARMEL/usr/lib/libkcalcoren.so
INCLUDEPATH += /usr/include/kcalcoren
INCLUDEPATH += /usr/include/mkcal


sorry some ******* gave your thread a bad rating and tagged it...
__________________

Last edited by Creamy Goodness; 2012-07-17 at 01:01.