We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c12bd commit 6445294Copy full SHA for 6445294
.github/workflows/CI.yml
@@ -1,8 +1,5 @@
1
name: CI
2
3
-env:
4
- QT_DIR: D:/a/xenia/xenia/third_party/qt_binary/6.5.2/msvc2019_64
5
-
6
on:
7
push:
8
paths-ignore:
src/xenia/ui/qt/premake5.lua
@@ -10,6 +10,7 @@ project("xenia-ui-qt")
10
11
-- Setup Qt libraries
12
qt.enable()
13
+ qtpath "../../../../third_party/qt_binary/6.5.2/msvc2019_64"
14
qtmodules{"core", "gui", "widgets"}
15
qtprefix "Qt6"
16
@@ -43,6 +44,7 @@ project("xenia-ui-qt-demoapp")
43
44
45
46
47
48
49
50
0 commit comments