Results 1 to 19 of 19

Thread: NCreport2 help?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2007
    Posts
    129
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Question NCreport2 help?

    here are my steps following the use guide:

    i include the includes of ncreport2 to INCLUDEPATH = ../include

    i add the ncreport2.lib as LIBS+= ..lib/ncreport2.lib

    i include them to my project as

    #include "../preview/ncreportpreviewwindow.h"
    etc..

    after these three procedure i have no errors but after i add this line to my project

    NCReport *report = new NCReport();

    i got "undefined reference to `NCReport::NCReport(QObject*)'"

    what ya think bout my error?
    Last edited by triperzonak; 14th June 2008 at 04:41.

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.