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. Qt Creator Editor Includes
Forum Updated to NodeBB v4.3 + New Features

Qt Creator Editor Includes

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 1.5k 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.
  • C Offline
    C Offline
    Clem4242
    wrote on last edited by
    #1

    Hi,

    I'm using Qt for the first time, trying to use a OpenSource project.

    The project is compiling fine and outputing a binary as expected.

    Unfortunally, when navigation in code Qt includes are not resolved, for example for
    #include <QtGui/QWidget>

    When I'm put my mouse over I get an error message "no file or directory of this type", and thus I have no autocompletion.

    Can anyone give me the trick ?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      Do you have something like

      @
      QT += core network
      @

      In your .pro or do you have a .pro at all?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Clem4242
        wrote on last edited by
        #3

        Yes,

        I Have

        QT += svg
        QT += opengl
        QT += network*

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          Do you use Qt 5 as someone noted in the tags?
          Or are you still with Qt 4?

          In case you use your open source with Qt5, are you sure that someone has it already migrated to Qt5?
          There are a few things to do when migrating from "Qt4 to Qt5.":http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5

          Vote the answer(s) that helped you to solve your issue(s)

          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