source: trunk/src/qt3support/other/other.pri@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 582 bytes
Line 
1# Qt compat module
2
3HEADERS += 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 other/q3boxlayout.h \
11 other/q3gridlayout.h
12
13SOURCES += other/q3dropsite.cpp \
14 other/q3dragobject.cpp \
15 other/q3accel.cpp \
16 other/q3mimefactory.cpp \
17 other/q3polygonscanner.cpp \
18 other/q3process.cpp \
19 other/q3membuf.cpp
20
21unix:SOURCES += other/q3process_unix.cpp
22win32:SOURCES+= other/q3process_win.cpp
23
24
Note: See TracBrowser for help on using the repository browser.