Skip to content

Commit

Permalink
ci: Set QT_VERSION=6 for Fedora build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Jul 15, 2024
1 parent 74314d0 commit 325faa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/plugin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source0: %{name}-%{version}.tar.bz2
Requires: obs-studio >= @OBS_VERSION@
BuildRequires: cmake, gcc, gcc-c++
BuildRequires: obs-studio-devel
BuildRequires: qt5-qtbase-devel qt5-qtbase-private-devel
BuildRequires: qt6-qtbase-devel qt6-qtbase-private-devel
Obsoletes: @PLUGIN_NAME@ < %{version}

%description
Expand All @@ -19,7 +19,7 @@ false color to help color correction.
%autosetup -p1

%build
%{cmake} -DLINUX_PORTABLE=OFF -DLINUX_RPATH=OFF
%{cmake} -DLINUX_PORTABLE=OFF -DLINUX_RPATH=OFF -DQT_VERSION=6
%{cmake_build}

%install
Expand Down

0 comments on commit 325faa0

Please sign in to comment.