~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/corelib/global/global.pri

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Qt kernel library base module
2
 
linux-g++*:QMAKE_LFLAGS += -Wl,-e,qt_core_init_boilerplate
3
2
 
4
3
HEADERS +=  \
5
4
        global/qglobal.h \
19
18
 
20
19
# Only used on platforms with CONFIG += precompile_header
21
20
PRECOMPILED_HEADER = global/qt_pch.h
 
21
 
 
22
linux-g++*:!static {
 
23
   QMAKE_LFLAGS += -Wl,-e,qt_core_boilerplate
 
24
   prog=$$quote(if (/program interpreter: (.*)]/) { print $1; })
 
25
   DEFINES += ELF_INTERPRETER=\\\"$$system(readelf -l /bin/ls | perl -n -e \'$$prog\')\\\"
 
26
}