~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): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Qt kernel library base module
 
2
 
 
3
HEADERS +=  \
 
4
        global/qglobal.h \
 
5
        global/qnamespace.h 
 
6
 
 
7
SOURCES += \
 
8
        global/qglobal.cpp \
 
9
        global/qlibraryinfo.cpp 
 
10
 
 
11
# qlibraryinfo.cpp includes qconfig.cpp
 
12
INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
 
13
 
 
14
# Only used on platforms with CONFIG += precompile_header
 
15
PRECOMPILED_HEADER = global/qt_pch.h