Hi,
I have problem linking mylib with myapp
Here is what I have done
Unzip samplePro.zip to get samplePro directory
In the directory samplePro, I have two more directories
namely lib-->contains mylibrary
and app-->contains myApplication
The directories contains
lib directory-->lib.pro, mylib.cpp, mylib.h
app directory-->main.cpp, scribble.cpp, scribble.h, scribble.pro
I tried linking mylib to myapp, but getting some errors.
-->What I want???
Whenever my application runs myLib should compile first (if any changes are made), create lib.a, should be linked to myApp then app.exe should be created.
Please tell me where I'm going wrong.
Bookmarks