PDA

View Full Version : dllimport redeclared



miketigerwoods
6th July 2006, 19:05
I'm having a problem trying to port a program to windows. I'm using Q../Free and I suspect the problem is stemming from my .pro file however I can't figure out where the problem is. I get the following error when compiling:


In file included from c:/qt-3/include/qiconset.h:43,
from c:/qt-3/include/qpushbutton.h:43,
from dialogbox.cpp:5:
c:/qt-3/include/qpixmap.h:249: warning: 'void bitBlt(QPaintDevice*, int, int, const QPaintDevice*, int, int, int, int, Qt::RasterOp, bool)' redeclared without dllimport attribute after being referenced with dllimport linkage

I've attached the .pro file for reference.