~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/corelib/arch/ia64/arch.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
 
2
# ia64 specific files
 
3
#
 
4
 
 
5
ARCH_CPP=$$QT_SOURCE_TREE/src/corelib/arch/ia64
 
6
ARCH_H=$$ARCH_CPP/arch
 
7
 
 
8
DEPENDPATH += $$ARCH_CPP;$$ARCH_H
 
9
 
 
10
HEADERS += $$ARCH_H/qatomic.h
 
11
 
 
12
!*-g++:!*-icc:SOURCES += $$ARCH_CPP/qatomic.s
 
13