[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU
From: |
Sergio Carlavilla |
Subject: |
Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU |
Date: |
Thu, 31 Jan 2019 19:56:15 +0100 |
Hi,
Yes, the benefit of using the Qt framework is that is very portable and MacOS
is among the supported platforms.
But I don’t make the port because I don’t have a MacOS.
If you’re a programmer, it’s very simple, when you find something like
‘Q_OS_FREEBSD’ or ‘Q_OS_LINUX’ you need to add ‘Q_OS_MACOS’ and make the
changes for MacOS.
Or, of course, give me a MacOS and I make the port for you :p
Bye, hope this help, if you have any doubt, please send another email.
> On 31 Jan 2019, at 12:15, Programmingkid <address@hidden> wrote:
>
>
>> On Jan 30, 2019, at 11:59 AM, address@hidden wrote:
>>
>> Hi,
>>
>> I'm proud to announce the release (well, the release happen a month ago) 2.0
>> of QtEmu
>>
>> With QtEmu 2.0 I made a complete rewrite from scrath of QtEmu with Qt 5
>> support.
>>
>> The highlight of the release:
>> - Support of GNU/Linux, FreeBSD and Windows.
>> - Support of QEMU 2.x and 3.x
>> - Rewritten in Qt5
>> - Support for Xorg and Wayland
>> - New machine wizard
>>
>> Repository: https://gitlab.com/qtemu/gui
>>
>> If you have any sugestion, please contact me!
>>
>> Bye and thanks for your time.
>
> Do you think this program would run on Mac OS X?
>
> Thank you.