author | William Roberts <williamr@symbian.org> |
Mon, 21 Jun 2010 22:38:13 +0100 | |
branch | GCC_SURGE |
changeset 27 | 93b982ccede2 |
parent 3 | 41300fa6a67c |
child 37 | 758a864f9613 |
permissions | -rw-r--r-- |
0 | 1 |
# Qt kernel library base module |
2 |
||
3 |
HEADERS += \ |
|
4 |
global/qglobal.h \ |
|
5 |
global/qnamespace.h \ |
|
6 |
global/qendian.h \ |
|
7 |
global/qnumeric_p.h \ |
|
8 |
global/qnumeric.h |
|
9 |
||
10 |
SOURCES += \ |
|
11 |
global/qglobal.cpp \ |
|
12 |
global/qlibraryinfo.cpp \ |
|
13 |
global/qmalloc.cpp \ |
|
14 |
global/qnumeric.cpp |
|
15 |
||
16 |
# qlibraryinfo.cpp includes qconfig.cpp |
|
17 |
INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global |
|
18 |
||
19 |
# Only used on platforms with CONFIG += precompile_header |
|
20 |
PRECOMPILED_HEADER = global/qt_pch.h |
|
21 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
22 |
linux*-g++*:!static { |
0 | 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 |
} |