Skip to content

Commit

Permalink
[CI] WIP xenia-project#2 - Workflow for QT
Browse files Browse the repository at this point in the history
Try to remove ENV requirement
  • Loading branch information
Gliniak committed Aug 14, 2023
1 parent a8c12bd commit 6445294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
QT_DIR: D:/a/xenia/xenia/third_party/qt_binary/6.5.2/msvc2019_64

on:
push:
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions src/xenia/ui/qt/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ project("xenia-ui-qt")

-- Setup Qt libraries
qt.enable()
qtpath "../../../../third_party/qt_binary/6.5.2/msvc2019_64"
qtmodules{"core", "gui", "widgets"}
qtprefix "Qt6"

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

-- Setup Qt libraries
qt.enable()
qtpath "../../../../third_party/qt_binary/6.5.2/msvc2019_64"
qtmodules{"core", "gui", "widgets"}
qtprefix "Qt6"

Expand Down

0 comments on commit 6445294

Please sign in to comment.