~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to mkspecs/common/gcc-base-unix.conf

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
11
include(gcc-base.conf)
 
12
 
 
13
QMAKE_LFLAGS_SHLIB  += -shared
 
14
QMAKE_LFLAGS_PLUGIN += $$QMAKE_LFLAGS_SHLIB
 
15
QMAKE_LFLAGS_SONAME += -Wl,-soname,
 
16
QMAKE_LFLAGS_THREAD +=
 
17
QMAKE_LFLAGS_RPATH   = -Wl,-rpath,
 
18
QMAKE_LFLAGS_RPATHLINK = -Wl,-rpath-link,
 
19
 
 
20
# -Bsymbolic-functions (ld) support
 
21
QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions
 
22
QMAKE_LFLAGS_DYNAMIC_LIST   = -Wl,--dynamic-list,