Last change
on this file since 9 was 8, checked in by dmik, 20 years ago |
Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS
|
File size:
2.0 KB
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = moc
|
---|
3 |
|
---|
4 | CONFIG = console release qtinc yacc lex_included yacc_no_name_mangle
|
---|
5 | DEFINES += QT_MOC QT_NO_CODECS QT_LITE_UNICODE QT_NO_COMPONENT \
|
---|
6 | QT_NO_STL QT_NO_COMPRESS
|
---|
7 | win32:DEFINES += QT_NODLL
|
---|
8 | os2:DEFINES += QT_NODLL
|
---|
9 | DESTDIR = ../../bin
|
---|
10 |
|
---|
11 |
|
---|
12 | INCLUDEPATH += $$QT_SOURCE_TREE/include ../tools .
|
---|
13 | DEPENDPATH += $$QT_SOURCE_TREE/include ../tools .
|
---|
14 | LIBS =
|
---|
15 | OBJECTS_DIR = .
|
---|
16 | SOURCES = ../tools/qbuffer.cpp \
|
---|
17 | ../tools/qptrcollection.cpp \
|
---|
18 | ../tools/qcstring.cpp \
|
---|
19 | ../tools/qdatastream.cpp \
|
---|
20 | ../tools/qdatetime.cpp \
|
---|
21 | ../tools/qfile.cpp \
|
---|
22 | ../tools/qdir.cpp \
|
---|
23 | ../tools/qfileinfo.cpp \
|
---|
24 | ../tools/qgarray.cpp \
|
---|
25 | ../tools/qgdict.cpp \
|
---|
26 | ../tools/qglist.cpp \
|
---|
27 | ../tools/qglobal.cpp \
|
---|
28 | ../tools/qgvector.cpp \
|
---|
29 | ../tools/qiodevice.cpp \
|
---|
30 | ../tools/qregexp.cpp \
|
---|
31 | ../tools/qstring.cpp \
|
---|
32 | ../tools/qlocale.cpp \
|
---|
33 | ../tools/qunicodetables.cpp \
|
---|
34 | ../tools/qstringlist.cpp \
|
---|
35 | ../tools/qtextstream.cpp \
|
---|
36 | ../tools/qbitarray.cpp \
|
---|
37 | ../tools/qmap.cpp \
|
---|
38 | ../tools/qgcache.cpp \
|
---|
39 | ../codecs/qtextcodec.cpp \
|
---|
40 | ../codecs/qutfcodec.cpp
|
---|
41 |
|
---|
42 | isEmpty(QT_PRODUCT)|contains(QT_PRODUCT, qt-internal) {
|
---|
43 | LEXSOURCES = moc.l
|
---|
44 | YACCSOURCES = moc.y
|
---|
45 | } else {
|
---|
46 | SOURCES += moc_yacc.cpp
|
---|
47 | }
|
---|
48 |
|
---|
49 | unix:SOURCES += ../tools/qfile_unix.cpp ../tools/qdir_unix.cpp ../tools/qfileinfo_unix.cpp
|
---|
50 | win32:SOURCES += ../tools/qfile_win.cpp ../tools/qdir_win.cpp ../tools/qfileinfo_win.cpp
|
---|
51 | os2:SOURCES += ../tools/qfile_pm.cpp ../tools/qdir_pm.cpp ../tools/qfileinfo_pm.cpp
|
---|
52 | macx:LIBS += -framework Carbon
|
---|
53 |
|
---|
54 | target.path=$$bins.path
|
---|
55 | INSTALLS += target
|
---|
56 |
|
---|
57 | *-mwerks {
|
---|
58 | TEMPLATE = lib
|
---|
59 | TARGET = McMoc
|
---|
60 | CONFIG -= static
|
---|
61 | CONFIG += shared plugin
|
---|
62 | DEFINES += MOC_MWERKS_PLUGIN
|
---|
63 | MWERKSDIR = $QT_SOURCE_TREE/util/mwerks_plugin
|
---|
64 | INCLUDEPATH += $$MWERKSDIR/Headers
|
---|
65 | LIBS += $$MWERKSDIR/Libraries/PluginLib4.shlb
|
---|
66 | SOURCES += mwerks_mac.cpp
|
---|
67 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.