source: trunk/src/corelib/global/global.pri@ 651

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 707 bytes
Line 
1# Qt kernel library base module
2
3HEADERS += \
4 global/qglobal.h \
5 global/qnamespace.h \
6 global/qendian.h \
7 global/qnumeric_p.h \
8 global/qnumeric.h
9
10SOURCES += \
11 global/qglobal.cpp \
12 global/qlibraryinfo.cpp \
13 global/qmalloc.cpp \
14 global/qnumeric.cpp
15
16# qlibraryinfo.cpp includes qconfig.cpp
17INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
18
19# Only used on platforms with CONFIG += precompile_header
20PRECOMPILED_HEADER = global/qt_pch.h
21
22linux*-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}
Note: See TracBrowser for help on using the repository browser.