Results 1 to 6 of 6

Thread: bluetooth tennis example???

  1. #1
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Question bluetooth tennis example???

    Hi guys

    I can not find BLUETOOTH TENNIS in Qt creator examples .

    can anyone attach its FOLDER here so that i can download it?

    thanx a lotin advance

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: bluetooth tennis example???

    That would be because it is part of neither the base Qt libraries nor Qt Creator. That example is part of Qt Mobility.

    Here is the source:
    http://qt.gitorious.org/qt-mobility/...demos/bttennis

  3. The following user says thank you to ChrisW67 for this useful post:

    mahsa (7th August 2012)

  4. #3
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: bluetooth tennis example???

    now that i simply want to Build this example there are 20 errors!!!!

    one of them says :
    QAbstractSocket: no such file or directory

    what should I do ?
    is it because of my Qt creator , I mean may be it is an old version,I don't know what to do

  5. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: bluetooth tennis example???

    one of them says :
    QAbstractSocket: no such file or directory
    I bet that was not the first error message. qmake will probably have generated some... and that is before the compiler is run. If you read all the error messages and warnings you will get a clue that perhaps you need more than just the sources in the folder I linked to. Read the *.pro file. You need all of Qt Mobility.

    If you are using the Qt SDK then you can probably download it using the SDK updater.

  6. The following user says thank you to ChrisW67 for this useful post:

    mahsa (10th August 2012)

  7. #5
    Join Date
    Jul 2012
    Posts
    24
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: bluetooth tennis example???

    thanx for ur help but it didn't work
    there are lots of files and I do not know whatelse I should include and where i should paste new .h files
    I know that it's all about QtMobility but I do not know where to put this folder exactly

  8. #6
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: bluetooth tennis example???

    • Download Qt Mobility as an archive or using git
    • Unzip the archive if needed
    • Build Qt Mobility, like almost every other package:
      • ./configure
      • qmake
      • make
      • make install


    Use the --help option to "configure" and you might see some options regarding demos and examples.

Similar Threads

  1. Bluetooth! need help.
    By bilalsaeed in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th February 2011, 16:33
  2. QT Emulator - bluetooth
    By dmartino in forum Newbie
    Replies: 0
    Last Post: 8th December 2010, 16:28
  3. bluetooth communications (RS-232)
    By freekill in forum Qt Programming
    Replies: 7
    Last Post: 12th February 2010, 14:48
  4. Bluetooth app?
    By danoh in forum Newbie
    Replies: 2
    Last Post: 30th August 2009, 22:48
  5. Bluetooth libraries in Qt 4.4
    By s4077154 in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 18th May 2009, 02:42

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.