Changeset 8 for trunk/src/moc/moc.pro
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/moc/moc.pro
r7 r8 6 6 QT_NO_STL QT_NO_COMPRESS 7 7 win32:DEFINES += QT_NODLL 8 os2:DEFINES += QT_NODLL 8 9 DESTDIR = ../../bin 9 10 … … 48 49 unix:SOURCES += ../tools/qfile_unix.cpp ../tools/qdir_unix.cpp ../tools/qfileinfo_unix.cpp 49 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 50 52 macx:LIBS += -framework Carbon 51 53
Note:
See TracChangeset
for help on using the changeset viewer.