Results 1 to 6 of 6

Thread: telephony api problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    39
    Qt products
    Qt3 Qt4
    Platforms
    Windows
    Thanks
    4

    Default Re: telephony api problem

    in .pro i linked the include path that contains etel3rdparty.h

    Qt Code:
    1. symbian: INCLUDEPATH += C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\include
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: telephony api problem

    Apparently the file can't be found. It's likely you should be using / instead of \. Also add this to your .pro file and observe qmake output:
    qmake Code:
    1. symbian:message($$INCLUDEPATH)
    To copy to clipboard, switch view to plain text mode 
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jan 2011
    Posts
    39
    Qt products
    Qt3 Qt4
    Platforms
    Windows
    Thanks
    4

    Default Re: telephony api problem

    cannot solve...

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: telephony api problem

    So what was the message returned by qmake?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 5th January 2011, 12:39
  2. Telephony API for QT (not Symbian)
    By almodius in forum Qt Programming
    Replies: 1
    Last Post: 13th November 2009, 08:38

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.