summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/tqmoc/tqmoc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/tqmoc/tqmoc.pro')
-rw-r--r--tqtinterface/qt4/src/tqmoc/tqmoc.pro65
1 files changed, 0 insertions, 65 deletions
diff --git a/tqtinterface/qt4/src/tqmoc/tqmoc.pro b/tqtinterface/qt4/src/tqmoc/tqmoc.pro
deleted file mode 100644
index b4762db..0000000
--- a/tqtinterface/qt4/src/tqmoc/tqmoc.pro
+++ /dev/null
@@ -1,65 +0,0 @@
-TEMPLATE = app
-TARGET = tqmoc
-
-CONFIG = console release qtinc yacc lex_included yacc_no_name_mangle
-DEFINES += TQT_TQMOC TQT_NO_CODECS TQT_LITE_UNICODE TQT_NO_COMPONENT \
- TQT_NO_STL TQT_NO_COMPRESS
-win32:DEFINES += TQT_NODLL
-DESTDIR = ../../bin
-
-
-INCLUDEPATH += $$TQT_SOURCE_TREE/include ../tools .
-DEPENDPATH += $$TQT_SOURCE_TREE/include ../tools .
-LIBS =
-OBJECTS_DIR = .
-SOURCES = ../tools/tqbuffer.cpp \
- ../tools/tqptrcollection.cpp \
- ../tools/tqcstring.cpp \
- ../tools/tqdatastream.cpp \
- ../tools/tqdatetime.cpp \
- ../tools/tqfile.cpp \
- ../tools/tqdir.cpp \
- ../tools/tqfileinfo.cpp \
- ../tools/tqgarray.cpp \
- ../tools/tqgdict.cpp \
- ../tools/tqglist.cpp \
- ../tools/tqglobal.cpp \
- ../tools/tqgvector.cpp \
- ../tools/tqiodevice.cpp \
- ../tools/tqregexp.cpp \
- ../tools/tqstring.cpp \
- ../tools/tqlocale.cpp \
- ../tools/tqunicodetables.cpp \
- ../tools/tqstringlist.cpp \
- ../tools/tqtextstream.cpp \
- ../tools/tqbitarray.cpp \
- ../tools/tqmap.cpp \
- ../tools/tqgcache.cpp \
- ../codecs/tqtextcodec.cpp \
- ../codecs/tqutfcodec.cpp
-
-isEmpty(TQT_PRODUCT)|contains(TQT_PRODUCT, qt-internal) {
- LEXSOURCES = tqmoc.l
- YACCSOURCES = tqmoc.y
-} else {
- SOURCES += tqmoc_yacc.cpp
-}
-
-unix:SOURCES += ../tools/tqfile_unix.cpp ../tools/tqdir_unix.cpp ../tools/tqfileinfo_unix.cpp
-win32:SOURCES += ../tools/tqfile_win.cpp ../tools/tqdir_win.cpp ../tools/tqfileinfo_win.cpp
-macx:LIBS += -framework Carbon
-
-target.path=$$bins.path
-INSTALLS += target
-
-*-mwerks {
- TEMPLATE = lib
- TARGET = McMoc
- CONFIG -= static
- CONFIG += shared plugin
- DEFINES += TQMOC_MWERKS_PLUGIN
- MWERKSDIR = $TQT_SOURCE_TREE/util/mwerks_plugin
- INCLUDEPATH += $$MWERKSDIR/Headers
- LIBS += $$MWERKSDIR/Libraries/PluginLib4.shlb
- SOURCES += mwerks_mac.cpp
-}