Err.. there is no .pro file. I am using VS2008 with QT integration.
Err.. there is no .pro file. I am using VS2008 with QT integration.
ok. what do you try to do now: build a lib or build app with the lib which you are created?
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Build an app.
The lib compiles just fine. I just have problem of my app using lib headers as it cannot find autogenerated ui_***.h files.
My app has this in a header:
Qt Code:
#include "../fbl_gui/fbl_gui.h"To copy to clipboard, switch view to plain text mode
This includes library header, so I will be able to use it's objects.
Bookmarks