Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
2.3.2, 2.3.3, 2.3.4
-
None
-
Windows 10, VS2015, VS2019
Description
In our project we use a Custom Build Step to execute a script . This Script is executed before "ClCompile". With Qt VS Tool 2.3.1 all worked well. Since Version 2.3.2 , the QtWork (moc'ing, rcc'ing, ... ) are no longer executed when our Custom Build step is defined. If i remove our Custom Build step, the moc'ing, rcc'ing, ... are executed normally.
I can reproduce this behavior with Visual Studio 2015 and 2019.
Maybe it's similar to bug https://bugreports.qt.io/browse/QTVSADDINBUG-621
Attachments
Issue Links
- relates to
-
QTVSADDINBUG-621 QtMsBuild ver 2.3.2 skip the target QtWork and doesn't compile dialog.ui
- Closed