|
Last change
on this file since 476 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
539 bytes
|
| Line | |
|---|
| 1 | # Qt kernel library base module
|
|---|
| 2 | linux-g++*:QMAKE_LFLAGS += -Wl,-e,qt_core_init_boilerplate
|
|---|
| 3 |
|
|---|
| 4 | HEADERS += \
|
|---|
| 5 | global/qglobal.h \
|
|---|
| 6 | global/qnamespace.h \
|
|---|
| 7 | global/qendian.h \
|
|---|
| 8 | global/qnumeric_p.h \
|
|---|
| 9 | global/qnumeric.h
|
|---|
| 10 |
|
|---|
| 11 | SOURCES += \
|
|---|
| 12 | global/qglobal.cpp \
|
|---|
| 13 | global/qlibraryinfo.cpp \
|
|---|
| 14 | global/qmalloc.cpp \
|
|---|
| 15 | global/qnumeric.cpp
|
|---|
| 16 |
|
|---|
| 17 | # qlibraryinfo.cpp includes qconfig.cpp
|
|---|
| 18 | INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
|
|---|
| 19 |
|
|---|
| 20 | # Only used on platforms with CONFIG += precompile_header
|
|---|
| 21 | PRECOMPILED_HEADER = global/qt_pch.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.