| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 4 | |
I sent this message to the list some time ago, but aside from the response shown below, which turned out not to be the solution, I didn't get anything. This continues to be a bit of a headache, so I thought I'd ask again: is there any way to keep qmake from adding - liconv to the linker line in my XCode project? It isn't needed for the application to run, and having it there breaks the app when trying to run on Mac OS 10.4. I am building on a Mac OS 10.5.1 system with Qt 4.3.3. Thanks! ----------------------------------------------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 ----------------------------------------------- On Dec 13, 2007, at 8:32 AM, Oryx Digital Ltd wrote: > Israel Brewster wrote: >> On Dec 12, 2007, at 10:52 AM, Israel Brewster wrote: >>> [...snip...] >>> >>> This does leave me with a couple of related questions though. >>> Since I didn't explicitly specify -liconv in the .pro file, why is >>> this getting added to my xcode project, and how do I make it stop >>> (other than manually removing it after each build)? >> Anyone have any ideas on this? it is rather annoying to have to >> manually remove -liconv each time, and even more annoying when I >> forget, and someone winds up with a non-functioning binary :) > > Is it in the appropriate mkspecs/*.conf file? > > best regards > > Andy Brice > http://www.perfecttableplan.com > http://www.successfulsoftware.net > > -- > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx > with "unsubscribe" in the subject or the body. > List archive and information: http://lists.trolltech.com/qt-interest/ -- [ signature omitted ]
Israel Brewster wrote: >I sent this message to the list some time ago, but aside from the >response shown below, which turned out not to be the solution, I >didn't get anything. This continues to be a bit of a headache, so I >thought I'd ask again: is there any way to keep qmake from adding - >liconv to the linker line in my XCode project? It isn't needed for the >application to run, and having it there breaks the app when trying to >run on Mac OS 10.4. I am building on a Mac OS 10.5.1 system with Qt >4.3.3. Thanks! I think this is fixed in Qt 4.3.4. Can you test one of the recent snapshots? -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
On Jan 25, 2008, at 2:02 PM, Thiago Macieira wrote: > Israel Brewster wrote: >> I sent this message to the list some time ago, but aside from the >> response shown below, which turned out not to be the solution, I >> didn't get anything. This continues to be a bit of a headache, so I >> thought I'd ask again: is there any way to keep qmake from adding - >> liconv to the linker line in my XCode project? It isn't needed for >> the >> application to run, and having it there breaks the app when trying to >> run on Mac OS 10.4. I am building on a Mac OS 10.5.1 system with Qt >> 4.3.3. Thanks! > > I think this is fixed in Qt 4.3.4. Can you test one of the recent > snapshots? That appears to have done the trick. Thanks! ----------------------------------------------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 ----------------------------------------------- > > > -- > Thiago José Macieira - thiago.macieira AT trolltech.com > Trolltech ASA - Sandakerveien 116, NO-0402 Oslo, Norway -- [ signature omitted ]