File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 /usr/lib/qt6/bin/qmake
3232 make -j4
3333 sudo make install
34- - run : /usr/lib/qt6/bin/qmake -spec linux-clang QMAKE_CXX="clazy"
34+ - run : /usr/lib/qt6/bin/qmake DFTFringe.pro -spec linux-clang QMAKE_CXX="clazy"
3535 - uses : ammaraskar/gcc-problem-matcher@master
3636 # ignore noisy dirs from QT files itself
3737 # all level 1 checks but ignore clazy-no-connect-by-name
Original file line number Diff line number Diff line change 2626 - run : cd qwt-${{env.QWT_version}} ; /usr/lib/qt6/bin/qmake
2727 - run : cd qwt-${{env.QWT_version}} ; make -j4
2828 - run : cd qwt-${{env.QWT_version}} ; sudo make install
29- - run : /usr/lib/qt6/bin/qmake
29+ - run : /usr/lib/qt6/bin/qmake DFTFringe.pro
3030 - uses : ammaraskar/gcc-problem-matcher@master
3131 - run : echo "::add-matcher::.github/matcher/uic_matcher.json"
3232 - run : make -j4
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ cd qwt-6.3.0
4646make -j4
4747sudo make install
4848cd ..
49- /usr/lib/qt6/bin/qmake
49+ /usr/lib/qt6/bin/qmake DFTFringe.pro
5050make -j4
5151```
5252
You can’t perform that action at this time.
0 commit comments