|
|
|
@ -26,6 +26,9 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRequires: cmake(Qt5Concurrent)
|
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
|
BuildRequires: cmake(Qt5DBus)
|
|
|
|
|
BuildRequires: cmake(Qt5Network)
|
|
|
|
|
BuildRequires: cmake(Qt5Qml)
|
|
|
|
|
BuildRequires: cmake(Qt5Quick)
|
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
|
BuildRequires: cmake(Qt5WebSockets)
|
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
@ -35,6 +38,9 @@ BuildRequires: cmake(Qt5Widgets)
|
|
|
|
|
BuildRequires: cmake(Qt6Concurrent)
|
|
|
|
|
BuildRequires: cmake(Qt6Core)
|
|
|
|
|
BuildRequires: cmake(Qt6DBus)
|
|
|
|
|
BuildRequires: cmake(Qt6Network)
|
|
|
|
|
BuildRequires: cmake(Qt6Qml)
|
|
|
|
|
BuildRequires: cmake(Qt6Quick)
|
|
|
|
|
BuildRequires: cmake(Qt6Test)
|
|
|
|
|
BuildRequires: cmake(Qt6WebSockets)
|
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
@ -90,8 +96,11 @@ mkdir %{qt5_build_dir} && pushd %{qt5_build_dir}
|
|
|
|
|
-DBUILD_TESTING:BOOL=ON \
|
|
|
|
|
-DQCORO_BUILD_EXAMPLES:BOOL=ON \
|
|
|
|
|
-DQCORO_ENABLE_ASAN:BOOL=OFF \
|
|
|
|
|
-DQCORO_WITH_QML:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTDBUS:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTNETWORK:BOOL=ON
|
|
|
|
|
-DQCORO_WITH_QTNETWORK:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTQUICK:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTWEBSOCKETS:BOOL=ON
|
|
|
|
|
%cmake_build
|
|
|
|
|
popd
|
|
|
|
|
%endif
|
|
|
|
@ -105,8 +114,11 @@ mkdir %{qt6_build_dir} && pushd %{qt6_build_dir}
|
|
|
|
|
-DBUILD_TESTING:BOOL=ON \
|
|
|
|
|
-DQCORO_BUILD_EXAMPLES:BOOL=ON \
|
|
|
|
|
-DQCORO_ENABLE_ASAN:BOOL=OFF \
|
|
|
|
|
-DQCORO_WITH_QML:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTDBUS:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTNETWORK:BOOL=ON
|
|
|
|
|
-DQCORO_WITH_QTNETWORK:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTQUICK:BOOL=ON \
|
|
|
|
|
-DQCORO_WITH_QTWEBSOCKETS:BOOL=ON
|
|
|
|
|
%cmake_build
|
|
|
|
|
popd
|
|
|
|
|
%endif
|
|
|
|
|