equal
deleted
inserted
replaced
17 INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global |
17 INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global |
18 |
18 |
19 # Only used on platforms with CONFIG += precompile_header |
19 # Only used on platforms with CONFIG += precompile_header |
20 PRECOMPILED_HEADER = global/qt_pch.h |
20 PRECOMPILED_HEADER = global/qt_pch.h |
21 |
21 |
22 linux-g++*:!static { |
22 linux*-g++*:!static { |
23 QMAKE_LFLAGS += -Wl,-e,qt_core_boilerplate |
23 QMAKE_LFLAGS += -Wl,-e,qt_core_boilerplate |
24 prog=$$quote(if (/program interpreter: (.*)]/) { print $1; }) |
24 prog=$$quote(if (/program interpreter: (.*)]/) { print $1; }) |
25 DEFINES += ELF_INTERPRETER=\\\"$$system(readelf -l /bin/ls | perl -n -e \'$$prog\')\\\" |
25 DEFINES += ELF_INTERPRETER=\\\"$$system(readelf -l /bin/ls | perl -n -e \'$$prog\')\\\" |
26 } |
26 } |