Skip to content

Commit a230e5f

Browse files
committed
Updates README.md and CI to explicitly pass DFTFringe.pro to qmake for linux builds
1 parent bd084aa commit a230e5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-linux-clazy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd qwt-6.3.0
4646
make -j4
4747
sudo make install
4848
cd ..
49-
/usr/lib/qt6/bin/qmake
49+
/usr/lib/qt6/bin/qmake DFTFringe.pro
5050
make -j4
5151
```
5252

0 commit comments

Comments
 (0)