Last change
on this file since 7 was 2, checked in by dmik, 20 years ago |
Imported xplatform parts of the official release 3.3.1 from Trolltech
|
File size:
1.9 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 | DESTDIR = ../../bin
|
---|
9 |
|
---|
10 |
|
---|
11 | INCLUDEPATH += $$QT_SOURCE_TREE/include ../tools .
|
---|
12 | DEPENDPATH += $$QT_SOURCE_TREE/include ../tools .
|
---|
13 | LIBS =
|
---|
14 | OBJECTS_DIR = .
|
---|
15 | SOURCES = ../tools/qbuffer.cpp \
|
---|
16 | ../tools/qptrcollection.cpp \
|
---|
17 | ../tools/qcstring.cpp \
|
---|
18 | ../tools/qdatastream.cpp \
|
---|
19 | ../tools/qdatetime.cpp \
|
---|
20 | ../tools/qfile.cpp \
|
---|
21 | ../tools/qdir.cpp \
|
---|
22 | ../tools/qfileinfo.cpp \
|
---|
23 | ../tools/qgarray.cpp \
|
---|
24 | ../tools/qgdict.cpp \
|
---|
25 | ../tools/qglist.cpp \
|
---|
26 | ../tools/qglobal.cpp \
|
---|
27 | ../tools/qgvector.cpp \
|
---|
28 | ../tools/qiodevice.cpp \
|
---|
29 | ../tools/qregexp.cpp \
|
---|
30 | ../tools/qstring.cpp \
|
---|
31 | ../tools/qlocale.cpp \
|
---|
32 | ../tools/qunicodetables.cpp \
|
---|
33 | ../tools/qstringlist.cpp \
|
---|
34 | ../tools/qtextstream.cpp \
|
---|
35 | ../tools/qbitarray.cpp \
|
---|
36 | ../tools/qmap.cpp \
|
---|
37 | ../tools/qgcache.cpp \
|
---|
38 | ../codecs/qtextcodec.cpp \
|
---|
39 | ../codecs/qutfcodec.cpp
|
---|
40 |
|
---|
41 | isEmpty(QT_PRODUCT)|contains(QT_PRODUCT, qt-internal) {
|
---|
42 | LEXSOURCES = moc.l
|
---|
43 | YACCSOURCES = moc.y
|
---|
44 | } else {
|
---|
45 | SOURCES += moc_yacc.cpp
|
---|
46 | }
|
---|
47 |
|
---|
48 | unix:SOURCES += ../tools/qfile_unix.cpp ../tools/qdir_unix.cpp ../tools/qfileinfo_unix.cpp
|
---|
49 | win32:SOURCES += ../tools/qfile_win.cpp ../tools/qdir_win.cpp ../tools/qfileinfo_win.cpp
|
---|
50 | macx:LIBS += -framework Carbon
|
---|
51 |
|
---|
52 | target.path=$$bins.path
|
---|
53 | INSTALLS += target
|
---|
54 |
|
---|
55 | *-mwerks {
|
---|
56 | TEMPLATE = lib
|
---|
57 | TARGET = McMoc
|
---|
58 | CONFIG -= static
|
---|
59 | CONFIG += shared plugin
|
---|
60 | DEFINES += MOC_MWERKS_PLUGIN
|
---|
61 | MWERKSDIR = $QT_SOURCE_TREE/util/mwerks_plugin
|
---|
62 | INCLUDEPATH += $$MWERKSDIR/Headers
|
---|
63 | LIBS += $$MWERKSDIR/Libraries/PluginLib4.shlb
|
---|
64 | SOURCES += mwerks_mac.cpp
|
---|
65 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.