Skip to content

Commit

Permalink
Cont Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
eidelen committed Oct 11, 2024
1 parent 37745c3 commit 52826c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cppVTK9Dicom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev libvtk9-qt-dev qt6-base-dev qt6-base-dev-tools
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev libvtk9-qt-dev
- name: Check installed versions
run: cmake --version
- name: Configure Simple
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cppVTK9DicomGUI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GUI Qt6
name: GUI Qt5

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install packages
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev libvtk9-qt-dev qt6-base-dev qt6-base-dev-tools
run: sudo apt-get update && sudo apt-get install -y build-essential cmake libglvnd-dev libproj-dev libvtk9-dev libvtk9-qt-dev qt5-qmake qtbase5-dev-tools
- name: Check installed versions
run: cmake --version
- name: Configure Simple
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![vtk6 + Dicom build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK6Dicom.yml/badge.svg) ![VTK9 + Dicom build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9Dicom.yml/badge.svg) ![GUI Qt6 build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9DicomGUI.yml/badge.svg)
![vtk6 + Dicom build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK6Dicom.yml/badge.svg) ![VTK9 + Dicom build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9Dicom.yml/badge.svg) ![GUI Qt5 build status](https://github.com/eidelen/DicomToMesh/actions/workflows/cppVTK9DicomGUI.yml/badge.svg)

# DicomToMesh

Expand Down

0 comments on commit 52826c0

Please sign in to comment.