[Cs-dev] Build error with CsoundQt
Date | 2014-06-17 02:30 |
From | Michael Gogins |
Subject | [Cs-dev] Build error with CsoundQt |
Attachments | None None |
This is on Windows 8 with MinGW 4.8.1 and the Qt SDK 5.1 custom built. Do I need to rebuild or reinstall the Qt SDK? Or do I just need to change qcs.pro or something?
Project ERROR: Unknown module(s) in QT: quickwidgets Makefile:349: recipe for target `Makefile' failed make: *** [Makefile] Error 3 Regards, Mike
----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com |
Date | 2014-06-17 03:23 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Build error with CsoundQt |
Attachments | None None |
Hi, I used some new features in Qt 5.3 to make the virtual keyboard. But I'm now checking properly for Qt version and it should build on earlier versions too (no virtual keyboard though...)Please try after pulling again. Andrés On Mon, Jun 16, 2014 at 8:30 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2014-06-18 03:43 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Build error with CsoundQt |
Attachments | None None |
I installed Qt 5.3.0 with its version of MinGW 4.8.2 and rebuilt all of Csound and CsoundQt. Everything works as before plus I do see CsoundQt's virtual keyboard, but I don't know how to use it. I suppose I have to set some sort of MIDI input option for it? The Qt SDK 5.3.0 release is good news because it would seem to make creating a toolchain and building on Csound a good deal simpler. I'll have to test that by installing from my new installer on a clean machine.
Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jun 16, 2014 at 10:23 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|
Date | 2014-06-18 12:28 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] Build error with CsoundQt |
Attachments | None None |
Hi Michael, Good to hear. There is no setup required for the virtual MIDI keyboard. MIDI notes from it will go to the running Csound engine in addition to any other incoming MIDI.Cheers, Andrés On Tue, Jun 17, 2014 at 9:43 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|