Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtMobility 1.1 integration with Qt Creator
Forum Updated to NodeBB v4.3 + New Features

QtMobility 1.1 integration with Qt Creator

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    richardszalay
    wrote on last edited by
    #1

    I have Qt Creator 2.0.1 installed (Qt 4.7.0) and I'm trying to integrate QtMobility 1.1 with the MinGW Simulator tool chain.

    Here's what I did:

    • Extracted QtMobiltity to C:\QtMobility\qt-mobility-symbian-opensource-1.1.0\
    • Added C:\NokiaQtSDK\mingw\bin to my PATH
    • Ran "configure -qt C:\NokiaQtSDK\Simulator\Qt\mingw\bin"

    (NOTE: If I run configure without -qt, instead setting QT_PATH, I get a "\Common was unexpected at this time." and it clears the QT_PATH value)

    The build completes successfully (albeit with some "unescaped backslashes are deprecated" warnings) with the message: configure has finished. You may run mingw32-make to build the project now.

    However, it hasn't actually changed anything in QtCreator and the QtMobility version number (in NokiaQtSDK\Simulator\QtMobility\mingw\include\qmobilityglobal.h) still says 1.0.2

    Any thoughts?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      richardszalay
      wrote on last edited by
      #2

      I'll leave this post around in case someone else wants to answer it, but I ended up solving it by installing Qt Creator 2.1 RC (which ships with QTM 1.1)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        shullw
        wrote on last edited by
        #3

        For anyone using Qt SDK 1.1 Technical Preview all I had to do was go into the .pro file and uncomment out the
        @
        CONFIG += mobility
        @
        code to enable the mobility 1.1 libraries that come with it.

        A QML Purest Point of View!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved