summaryrefslogtreecommitdiff
path: root/lfhex.pro
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-10-08 19:22:25 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-10-08 19:22:25 +0200
commit2a441ecbea378da1a2cdea969c48bb7d9e547135 (patch)
tree63e071a86374ad86615c67f4c75534c4df8b6ab3 /lfhex.pro
parent226f961c4b7fef115ae2c7950abe0e1973efc6a4 (diff)
Import new upstream release 0.42
Diffstat (limited to 'lfhex.pro')
-rw-r--r--lfhex.pro36
1 files changed, 0 insertions, 36 deletions
diff --git a/lfhex.pro b/lfhex.pro
deleted file mode 100644
index d67004e..0000000
--- a/lfhex.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: lfhex.pro,v 1.1 2006/11/05 03:22:13 ganzhorn Exp $
-TARGET = lfhex
-SOURCES = reader.cpp \
- save.cpp \
- translate.cpp \
- hexEditor.cpp \
- hexGui.cpp \
- grid.cpp \
- compareDlg.cpp \
- conversionDlg.cpp \
- cursor.cpp \
- delta.cpp \
- offsetConstraint.cpp \
- driver.cpp
-HEADERS = offsetConstraint.hpp \
- hexGui.hpp \
- hexEditor.hpp \
- conversionDlg.hpp \
- compareDlg.hpp
-
-# The following defines are used to select large file offsets.
-# If your OS does not support this comment it out.
-DEFINES += _LARGEFILE_SOURCE _FILE_OFFSET_BITS=64
-# If your machine is big endian then uncomment the following, otherwise the
-# offset labels will be in little endian (which some find hard to read).
-# DEFINES += WORDS_BIGENDIAN
-lfhex.path = /usr/local/bin
-lfhex.files = lfhex
-INSTALLS += lfhex
-RESOURCES = images.qrc
-YACCSOURCES += expr.y
-LEXSOURCES += expr.l
-QMAKE_LEX = flex
-QMAKE_YACC = bison
-QMAKE_YACCFLAGS = -d -b expr -p expr
-