Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 3.5.1
-
None
-
Win8x64,qt-opensource-windows-x86-msvc2013_64-5.5.1.exe
Description
First add a new class to a project and be sure not based on QObject.
Then build the project.
Then add Q_OBJECT to the class and change the base class to QObject.
Then build again,then there will be linking error.The cause is although we add Q_OBJECT to the header,the build system still doesn't run moc.exe on the header file.
The only solution is to delete the shadow build folder.So there seems to be many data sync problem related to shadow build folder.
Similar problem is QTCREATORBUG-15658
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-231 Creator should know when to rerun qmake
-
- Closed
-