[Qt-interest] Qt Creator for the first time Getting these errors

Sujan Dasmahapatra sujan.dasmahapatra at gmail.com
Sun Aug 16 07:24:14 CEST 2009


*:-1: error: collect2: ld returned 1 exit status * // Just only one error
please  help me somone for Qt Creator

//.pro file
SOURCES += main.cpp

TEMPLATE = app

LIBS += -Lpathtolib -lfoo

QT += gui



//code

#include <QApplication>

#include <QPushButton>

int main(int argc, char **argv)

{

QApplication app(argc,argv);

QPushButton button("Show");

button.show();

return app.exec();

}
//////////////////////////////////////////////////////////////////////////////////////////////



On Sat, Aug 15, 2009 at 10:02 PM, Eckhard Jokisch
<e.jokisch at orange-moon.de>wrote:

> On Saturday 15 August 2009 18:17:29 Sujan Dasmahapatra wrote:
> > msvcr
> is a clear indication that a microsoft library is missing. If you search
> the
> archive here you'll find this topic just a few weeks ago
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>



-- 
Thanks & Regards
S. Dasmahapatra
B.E. (Aeronautics-Aerodynamics)
Bangalore, India
Ph:91-9900839788
Office:91-80-66470248
mail id : sujan.dasmahapatra at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090816/b92154ca/attachment.html 


More information about the Qt-interest-old mailing list