|
From: | John Donoghue |
Subject: | Re: Building on MinGW : Qt |
Date: | Thu, 13 Jun 2013 22:59:09 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 06/13/2013 05:08 PM, John W. Eaton wrote:
On 06/13/2013 05:01 PM, John D wrote:Well, Qt compiled ok - then failed on the install as it tried to install itself on top of itself. The issue I believe is to do with the -prefix option.Specifying it causes qt to look for mkspecs etc where the prefix is set to. Without it, running make install uses its src directory as the destination.I guess I will try copying up mkspec dir to the prefix folder first and thecompile.I tried looking for something that overrides where it looks for the mkspecs,but haven't found anything.Could you post a preliminary set of diffs so I could also take a look at it? I'm also just curious to see what changes you have needed to make.Thanks, jwe
Pushed a Qt.mk that compiled Qt o on both native ming and cross build mingw.One thing missing on the native mingw build is that it appears to NOT install the .pc files from QTSRC/lib/pkgconfig with the rest of the install.
If anyone else can verify that, something will have to be added to fix it.My octave build didnt see Qt again :( but is understandable, as it relies on the pkg-config settings for detect Qt.
[Prev in Thread] | Current Thread | [Next in Thread] |