Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.1 SDK installer for Debian derived OS modules are missing...
Forum Updated to NodeBB v4.3 + New Features

Qt 5.1 SDK installer for Debian derived OS modules are missing...

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 2 Posters 3.2k 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.
  • S Offline
    S Offline
    swhweng
    wrote on last edited by
    #1

    Greetings,

    Just installed Qt 5.1 SDK on Ubuntu 12 LTS with online installer from "Download":http://download.qt-project.org/official_releases/online_installers/qt-linux-opensource-1.4.0-x86_64-online.run

    I've configured the kits for compilation (Qt 5.1.0 GCC 64 bits, Qt 5.0.2 GCC 64 bits) ( Build and Run targets )
    and I see there is no QNetworkAccessManager, and no <Qt/QAction> and many more, I can't build my application developed with previously Qt 4.8. , it seems sevaral modules are not complete and missing,

    next includes are can't be found:

    @#include <QtGui/QAction>
    #include <QtGui/QApplication>
    #include <QtGui/QButtonGroup>
    #include <QtGui/QCheckBox>
    #include <QtGui/QComboBox>
    #include <QtGui/QGridLayout>
    #include <QtGui/QGroupBox>
    #include <QtGui/QHBoxLayout>
    #include <QtGui/QHeaderView>
    #include <QtGui/QLabel>
    #include <QtGui/QPushButton>
    #include <QtGui/QSpinBox>
    #include <QtGui/QVBoxLayout>
    #include <QtGui/QWidget>@

    can't be found.

    Also where is download link for the Qt 4.8 SDK for Debian-derived OS?

    Please anybody knows how to get the most of Qt modules with the SDK so the includes will work ?

    Plenty thanks in advance for your help on this regard.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      In Qt 5 widgets have been moved to their own module.

      Have a look at the "transition":http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5 document for more information

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        Yes, that page explains well the transition.
        What about network module and QNetworkAccessManager ?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Do you have network in your QT variable ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • S Offline
            S Offline
            swhweng
            wrote on last edited by
            #5

            what does it mean Qt variable?
            I've included in .pro file Qt+=network, but can't find the next includes:

            @#include <QNetworkInterface>
            #include <QNetworkAccessManager>
            #include <QNetworkReply>@

            ?

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              In this context it is QT (both uppercase) in the pro file

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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