[Qt-interest] Tapping into the linker scripts with qmake

Nikos Chantziaras realnc at arcor.de
Wed Jul 6 20:16:46 CEST 2011


When using mingw, qmake is using linker scripts to link the final *.exe. 
  I wonder if someone knows of some hack I could do to tap into the 
linker scripts generated by qmake.  Case in point, I need to insert this 
into the generated script:

   SECTIONS {
       .rsrc : {
           KEEP(*(.rsrc))
       }
   }

Right now, after calling qmake, I need to manually edit the generated 
"object_script.MyApp.Release".



More information about the Qt-interest-old mailing list