Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.0, Qt Creator 10.0.1, Qt Creator 10.0.2, Qt Creator 11.0.0, Qt Creator 11.0.1
-
None
-
Windows 10 x86_64
Description
Hi, Support,
This is about New Application Wizard. (Qt Widgets application)
I see this bug for a year already: an incorrect include path appears for "ui_mainwindow.h".
It appears at the top of "mainwindow.cpp" as:
#include "./ui_mainwindow.h"
and both editor and compiler can't accept such path.
At the same time such simple modification:
#include <ui_mainwindow.h>
works fine. Could anyone fix this problem?
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28787 No code completion for elements from .ui file in CMake project
- Closed