I am recompiling all my libraries with Qt 4.6.0 and with qextserialport (Version 1.1) I get a dll, but no lib file. The qmake specs are the following:
Any idea why I do not get a lib file? (Using msvc-2008)PROJECT = qextserialport
TEMPLATE = lib
CONFIG -= debug_and_release
CONFIG += release
CONFIG += warn_on qt thread
QT -= gui


Reply With Quote


Bookmarks