On 04/22/2015 12:36 PM, Fl@sh wrote:> Hi, all!
> I'm developing qt-virt-manager.
> I have to say: this is not a Qt-clone of the virt-manager.
> The application is able to perform a lot, so I suggest you to
> use, and look forward to your wishes.
> (I'm make fedora-build, if somebody build it for other
> distributives, then , pls, say to me for annonce on
> opendesktop.org site.)
>
> https://github.com/F1ash/qt-virt-manager
> https://f1ash.fedorapeople.org/qt-virt-manager/
> http://opendesktop.org/content/show.php/qt-virt-manager?content=169785
>
Looks very nice.
I had to build qtermwidget and then make one tweek [2] to the spec file
to get it to build on RHEL7.
I have uploaded my built packages incase others want to try them on
rhel7. [1]
One feature that I think would be nice, would be to make it easy to
find, setup and connect to localhost connections.
Keep up the good work.
Troy Dawson
[1] - https://tdawson.fedorapeople.org/qt-virt-manager/
[2] - %{make_build} isn't in rhel7 rpm macros.
@@ -74,14 +74,14 @@
mkdir %{cmake_build_dir}-qt4
pushd %{cmake_build_dir}-qt4
%cmake ..
- %{make_build}
+ %{__make} %{?_smp_mflags}
popd
%endif
%if %with qt5
mkdir %{cmake_build_dir}-qt5
pushd %{cmake_build_dir}-qt5
%cmake -DBUILD_QT_VERSION=5 ..
- %{make_build}
+ %{__make} %{?_smp_mflags}
popd
%endif