Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.0.0-beta1
-
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
- duplicates
-
QTCREATORBUG-231 Creator should know when to rerun qmake
- Closed