Results 1 to 20 of 20

Thread: QT + eclipse

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default QT + eclipse

    Hi!

    I'm a newbie on QT and eclipse. I searched a long the forum before ask.

    I installed QT, eclipse, qt-eclipse integration, mingw and msys on my windows 64 system.

    I created a Qt GUI project, and start coding some class to receive mail throught pop3, all is fine but when i tried to compile/exectute i get a wierd error on console output:

    mingw32-make all
    mingw32-make -f Makefile.Release all
    mingw32-make[1]: Entering directory `C:/Documents and Settings/Eric Draven/workspace/qpop3'
    g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o "release\qpop3.exe" release\main.o release\qpop3.o release\moc_qpop3.o -L"d:\Qt\4.3.2\lib" -lmingw32 -lqtmain -lQtGui4 -lQtCore4
    release\qpop3.o:qpop3.cpp:(.text+0x135): undefined reference to `_imp___ZN10QTcpSocketC1EP7QObject'
    release\qpop3.o:qpop3.cpp:(.text+0x188): undefined reference to `_imp___ZN15QAbstractSocket13connectToHostERK7QStr ingt6QFlagsIN9QIODevice12OpenModeFlagEE'
    collect2: ld returned 1 exit status
    mingw32-make[1]: *** [release\qpop3.exe] Error 1
    mingw32-make[1]: Leaving directory `C:/Documents and Settings/Eric Draven/workspace/qpop3'
    mingw32-make: *** [release-all] Error 2
    Any idea? what is missed?

    Thanks!!

    Alberich
    Last edited by jacek; 24th November 2007 at 18:09. Reason: changed [code] to [quote]

Similar Threads

  1. Replies: 7
    Last Post: 22nd December 2010, 08:13
  2. Custom Widget on Eclipse Integration
    By battousaihimura in forum Qt Tools
    Replies: 2
    Last Post: 11th October 2007, 12:40
  3. Replies: 0
    Last Post: 21st September 2007, 11:08
  4. [MacOSX,eclipse CDT]want eclipse to know Qt classes
    By lolveley in forum Installation and Deployment
    Replies: 7
    Last Post: 27th July 2007, 23:52
  5. Howto use Eclipse with QT4 in 10 steps
    By the_bis in forum Newbie
    Replies: 3
    Last Post: 28th January 2007, 20:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.