Skip to content

Commit 6445294

Browse files
committed
[CI] WIP #2 - Workflow for QT
Try to remove ENV requirement
1 parent a8c12bd commit 6445294

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: CI
22

3-
env:
4-
QT_DIR: D:/a/xenia/xenia/third_party/qt_binary/6.5.2/msvc2019_64
5-
63
on:
74
push:
85
paths-ignore:

src/xenia/ui/qt/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ project("xenia-ui-qt")
1010

1111
-- Setup Qt libraries
1212
qt.enable()
13+
qtpath "../../../../third_party/qt_binary/6.5.2/msvc2019_64"
1314
qtmodules{"core", "gui", "widgets"}
1415
qtprefix "Qt6"
1516

@@ -43,6 +44,7 @@ project("xenia-ui-qt-demoapp")
4344

4445
-- Setup Qt libraries
4546
qt.enable()
47+
qtpath "../../../../third_party/qt_binary/6.5.2/msvc2019_64"
4648
qtmodules{"core", "gui", "widgets"}
4749
qtprefix "Qt6"
4850

0 commit comments

Comments
 (0)