[Development] qmake link command override

Laszlo Papp lpapp at kde.org
Sun Feb 17 14:52:18 CET 2013


Why do you think qmake.conf is the right place for fixing this, and not
where those are added without the need (i.e. fix for everyone, not just
yourself in the same step)?

On Sun, Feb 17, 2013 at 10:53 AM, Mumtaz Ahmad <mumtazahmad2504 at gmail.com>wrote:

> I am trying to produce this link command. I donot need any other libraries.
>
> arm-none-eabi-g++ -nostartfiles -Wl,--gc-sections -Wl,--wrap=malloc
> -Wl,--wrap=calloc -Wl,--wrap=realloc -Wl,--wrap=free
> -E:\Workspace\bsp\csgnu_arm.realview_eb_ct926ejs.link_ram.ld
> -Wl,--start-group -o rasterwindow .obj/debug_static/rasterwindow.o
> .obj/debug_static/main.o
> .obj/debug_static/nuc_qt_demo.o.obj/debug_static/moc_rasterwindow.o
> -LE:/Linux/Buildenv/Apps/Qt-5.0.0/qtbase/lib
> -LE:/Linux/Buildenv/Apps/Qt-5.0.0/qtbase/plugins/platforms
> -LE:/Buildenv//lib -lQt5Core -lQt5gui -lqminimal -los -lc -lm -lstdc++
> -Wl,--end-group
>
> On Sun, Feb 17, 2013 at 1:16 PM, Laszlo Papp <lpapp at kde.org> wrote:
>
>> Can you mention a use case for that?
>>
>> On Sun, Feb 17, 2013 at 4:36 AM, Mumtaz Ahmad <mumtazahmad2504 at gmail.com>wrote:
>>
>>> Is there any way that i override things set by qmake and have my own
>>> Link command using qmake.conf? I have spent hours and hours with no
>>> success. I wish there are some way which can let the user define his own
>>> way of generating full Link command to make the life easy.
>>> _______________________________________________
>>> Development mailing list
>>> Development at qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/development
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130217/1f7b91db/attachment.html>


More information about the Development mailing list