Skip to content

Commit 22bb630

Browse files
committed
Document latest cross-platform viewer status
1 parent 8f39c96 commit 22bb630

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/PORTING_STATUS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The core smoke test builds and passes on:
4646
Successful run:
4747

4848
- https://github.com/chammoru/Q1View/actions/runs/26216905333
49+
- Latest verified run: https://github.com/chammoru/Q1View/actions/runs/26230651185
4950

5051
Relevant files:
5152

@@ -93,13 +94,19 @@ Successful Qt viewer CI runs:
9394
- https://github.com/chammoru/Q1View/actions/runs/26217369518
9495
- https://github.com/chammoru/Q1View/actions/runs/26224574718
9596
- https://github.com/chammoru/Q1View/actions/runs/26224816758
97+
- Latest verified run: https://github.com/chammoru/Q1View/actions/runs/26230650595
9698

9799
Artifacts were produced for:
98100

99101
- `q1view-viewer-qt-windows-2022`
100102
- `q1view-viewer-qt-ubuntu-latest`
101103
- `q1view-viewer-qt-macos-latest`
102104

105+
Latest artifact notes:
106+
107+
- Windows and macOS artifacts include Qt deployment output from `windeployqt`/`macdeployqt`.
108+
- Linux currently uploads the viewer executable, a small launch script, and runtime notes. It still expects Qt 6 runtime libraries and the xcb platform plugin to exist on the target Linux system.
109+
103110
Relevant files:
104111

105112
- `ViewerQt/main.cpp`
@@ -135,7 +142,7 @@ Local machine note: this Windows machine did not have `cmake`, `cl`, `gcc`, or `
135142
2. Improve packaging for `q1view_viewer_qt`:
136143
- Windows packaging uses `windeployqt`.
137144
- macOS packaging uses `macdeployqt`.
138-
- Linux currently uploads an executable, wrapper script, and runtime notes; replace with AppDir/AppImage.
145+
- Linux currently uploads an executable, wrapper script, and runtime notes; replace with AppDir/AppImage or another self-contained bundle.
139146
3. Improve raw image workflows:
140147
- Add validation/test fixtures for representative raw formats.
141148
4. Add a minimal automated Qt smoke check if practical:

0 commit comments

Comments
 (0)