Ignore - See next post
Platform: Windows (win7-64)
Qt:4.6.3 (commercial)
Compiler: VS 2005
Make System: nmake
Building a .dll - I get the .dll, the .ilk, the .pdb, but no import lib (.lib)
The salient parts of my .pro file look like this:
TEMPLATE = lib
CONFIG -= debug_and_release release
CONFIG += qt shared debug
....
win32 {
QMAKE_LFLAGS += "/IMPLIB:<path>.lib
}
TEMPLATE = lib
CONFIG -= debug_and_release release
CONFIG += qt shared debug
....
win32 {
QMAKE_LFLAGS += "/IMPLIB:<path>.lib
}
To copy to clipboard, switch view to plain text mode
I'm looking at the output Makefile, and the link flag is definitely there (seems like it ought to happen by default)
Any thoughts? Doing anything blatantly wrong?
Rummaging around through the source, now, make sure I've got declspecs...
rickb
Bookmarks