gcc-base-unix.conf 859 B

12345678910111213141516171819202122232425
  1. #
  2. # Base qmake configuration for GCC on *nix-systems
  3. #
  4. # Before making changes to this file, please read the comment in
  5. # gcc-base.conf, to make sure the change goes in the right place.
  6. #
  7. # To verify that your change has the desired effect on the final configuration
  8. # you can use the manual test in tests/manual/mkspecs.
  9. #
  10. include(gcc-base.conf)
  11. QMAKE_LFLAGS_SHLIB += -shared
  12. QMAKE_LFLAGS_PLUGIN += $$QMAKE_LFLAGS_SHLIB
  13. QMAKE_LFLAGS_SONAME += -Wl,-soname,
  14. QMAKE_LFLAGS_THREAD +=
  15. QMAKE_LFLAGS_RPATH = -Wl,-rpath,
  16. QMAKE_LFLAGS_RPATHLINK = -Wl,-rpath-link,
  17. QMAKE_LFLAGS_NEW_DTAGS = -Wl,--enable-new-dtags
  18. QMAKE_LFLAGS_USE_GOLD = -fuse-ld=gold
  19. # -Bsymbolic-functions (ld) support
  20. QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions
  21. QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list,
  22. QMAKE_LFLAGS_VERSION_SCRIPT = -Wl,--version-script,