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

« back to all changes in this revision

Viewing changes to src/qt3support/other/other.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 compat module
 
2
 
 
3
HEADERS +=      other/q3dropsite.h \
 
4
                other/q3dragobject.h \
 
5
                other/q3accel.h \
 
6
                other/q3mimefactory.h \
 
7
                other/q3polygonscanner.h \
 
8
                other/q3process.h \
 
9
                other/q3membuf_p.h
 
10
 
 
11
SOURCES +=      other/q3dropsite.cpp \
 
12
                other/q3dragobject.cpp \
 
13
                other/q3accel.cpp \
 
14
                other/q3mimefactory.cpp \
 
15
                other/q3polygonscanner.cpp \
 
16
                other/q3process.cpp \
 
17
                other/q3membuf.cpp
 
18
 
 
19
unix:SOURCES += other/q3process_unix.cpp
 
20
win32:SOURCES+= other/q3process_win.cpp
 
21
 
 
22