Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Integrating Qt Creator and Meego Touch(former DirectUI)

Integrating Qt Creator and Meego Touch(former DirectUI)

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 5.6k Views
  • 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.
  • S Offline
    S Offline
    sulamita
    wrote on last edited by
    #1

    I installed Lib Meego Touch and have all the includes in /usr/include/meegotouch, but Qt Creator won't recognize entries like #include <MApplication>, needing #include <meegotouch/MApplication>. If Qt Creator recognize all /usr/include/Qt* directories, I would assume it is reading all headers in /usr/include. Maybe someone would help me understand this here?

    Technical Marketing Engineer
    Intel AppUp Developer Program
    http://appdeveloper.intel.com/

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Creator does not read everything in /usr/include!

      It does scan the build system (in the case of qmake that is the .pro files) to figure out which directories the compiler is actually looking for headers in.

      My guess would be that your project does not properly reference the meegotouch headers. Does it find the necessary headers when building?

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

        No, it doesn't. I try to add INCLUDEPATH = /usr/include/meegotouch to .pro file, but it won't fix it, just add other errors like:

        main.cpp:: error: undefined reference to `MApplication::~MApplication()'

        I don't have much clue how should I be adding this...

        Technical Marketing Engineer
        Intel AppUp Developer Program
        http://appdeveloper.intel.com/

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ziller
          wrote on last edited by
          #4

          Do you have an entry in your pro file to tell it to link against the meegotouch lib?
          "(http://doc.qt.nokia.com/4.6/qmake-project-files.html#declaring-other-libraries)":http://doc.qt.nokia.com/4.6/qmake-project-files.html#declaring-other-libraries

          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