| Hi Michael,
No. The second paragraph applied only to Qt, not to PythonQt. Sorry
for not being clear.
Cheers,
Andres
On Tue, Jan 25, 2011 at 5:53 PM, Michael Gogins
wrote:
> Are you saying that PythonQt compes prebuilt in the framework?
>
> Regards,
> Mike
>
> On Tue, Jan 25, 2011 at 12:41 PM, Andres Cabrera wrote:
>> Hi Michael,
>>
>> PythonQt unfortunately is a bit of a hassle to build...
>>
>> You could also get the framework only which is at the latest version
>> and download QtCreator separately. They have kept updating both
>> separately, but haven't updated the SDK package recently.
>>
>> Cheers,
>> Andres
>>
>> On Tue, Jan 25, 2011 at 3:35 PM, Michael Gogins
>> wrote:
>>> Why are they not updating the Qt SDK? What do they expect people to
>>> do? Qt is going into the Ubuntu core distribution.
>>>
>>> The only difference between your configuration and mine is that I did
>>> not disable PythonQt, so I will do that and try again.
>>>
>>> Is the qmake.conf fix for build time of Qt, or run time of Qt?
>>>
>>> Thanks,
>>> Mike
>>>
>>> On Tue, Jan 25, 2011 at 10:08 AM, andy fillebrown
>>> wrote:
>>>> On Tue, Jan 25, 2011 at 8:23 AM, Michael Gogins
>>>> wrote:
>>>>
>>>>> What is the exact configuration of QuteCsound head that has been built
>>>>> on Windows -- if any? -- including OS and version, compiler (MinGW or
>>>>> MSVCC) and version, PythonQt enabled or not, if so Python version?
>>>>
>>>> XP and Win7
>>>> MinGW 3.4.2 patched by Trolltech. see ftp://ftp.qt.nokia.com/misc
>>>> PythonQt disabled
>>>>
>>>>
>>>>> There is a bug in the Qt SDK on Windows for MinGW, Qt enerates
>>>>> incorrect paths for idc, moc, and uic. My workaround is to copy
>>>>> qt/bin/idc to qt/binidc, etc., but have you found another solution?
>>>>
>>>> Set the following variables in the .pro file or fix them in
>>>> /mkspecs/win32-g++/qmake.conf
>>>>
>>>> QMAKE_MOC = $$[QT_INSTALL_BINS]\\moc.exe
>>>> QMAKE_UIC = $$[QT_INSTALL_BINS]\\uic.exe
>>>> QMAKE_IDC = $$[QT_INSTALL_BINS]\\idc.exe
>>>>
>>>> If two backslashes doesn't work, try four.
>>>>
>>>> FYI, the Qt SDK is not being updated anymore. That is an old bug.
>>>>
>>>> Cheers,
>>>> ~ andy.f
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>>> Finally, a world-class log management solution at an even better price-free!
>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>>> February 28th, so secure your free ArcSight Logger TODAY!
>>>> http://p.sf.net/sfu/arcsight-sfd2d
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>>
>>>
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>>
>>> ------------------------------------------------------------------------------
>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>> Finally, a world-class log management solution at an even better price-free!
>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>> February 28th, so secure your free ArcSight Logger TODAY!
>>> http://p.sf.net/sfu/arcsight-sfd2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound |