Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-16067

Wizards should be able to add Qt modules to a build

    XMLWordPrintable

Details

    • 019447c535a2eeff8fd6fe15c7304982c7604989

    Description

      It produces the dialog.h which includes

      #include <QDialog>

      this doesn't compile. When I change it to:

      #include <QtWidgets/QDialog>

      then it complains in other place:

      ../untitled5/dialog.cpp:2:23: fatal error: ui_dialog.h: No such file or directory

      (dialog.cpp has: #include "ui_dialog.h")

      Edit: This is because QtWidgets is not added as a module to the project.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-16067
          # Subject Branch Project Status CR V

          Activity

            People

              kandeler Christian Kandeler
              jkobus Jarek Kobus
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes