Results 1 to 13 of 13

Thread: Error again with xmpp in qt 5.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    davinciomar Guest

    Question Error again with xmpp in qt 5.2

    Hi guys sorry a lot for this question but at the moment i cant use xmpp ; i think because in this version i need include some path or something, i dont know.
    I share with you picture about this error:
    https://i.imgsafe.org/0b4d860cd6.png

    Its like the ide doesnt know the path or something like that (about this error
    C:\Users\moh\cliente\ventanaescritorio.h:27: error: qxmpp/QXmppClient.h: No such file or directory
    #include <qxmpp/QXmppClient.h>
    ^

    i included this LIB but in this version seems not work.
    LIBS += -lxmpp_d0

    i compiled xmpp with qt 5.2 not qt 5.7 or other i am using this version now thx a lot for your help and sorry again !! a lot !!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Error again with xmpp in qt 5.2

    What directory does the directory qxampp live in? You want to add that directory to your INCLUDEPATH.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. #3
    davinciomar Guest

    Default Re: Error again with xmpp in qt 5.2

    C:\Users\moh\Downloads\qxmpp-master

    I need to put in includepath?? how.. i need to put only dll sorry and thx

  4. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Error again with xmpp in qt 5.2

    In your .pro file: INCLUDEPATH += C:\Users\moh\Downloads\qxmpp-master - if this directory contains a directory named "qxmpp". If that isn't the right directory, then find the one under qxampp-master that contains the "qxmpp" subdirectory. That's the one you want.

    According to your screen shot there is am "src" directory. Maybe there's an "include" directory as well?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  5. The following user says thank you to d_stranz for this useful post:


Similar Threads

  1. Replies: 3
    Last Post: 19th November 2014, 19:44
  2. Replies: 4
    Last Post: 29th April 2014, 16:20
  3. Replies: 2
    Last Post: 21st February 2014, 20:21
  4. : error: [\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\V ideo.exe] Error 1
    By ranjit.kadam in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 1st May 2011, 22:11

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.