Files
sqlitebrowser/libs/qhexedit/qhexedit.pro
Martin Kleusberg b5345fe676 Update QHexEdit library to 0.8.3
This adds support for editing the ASCII data on the right side of the
hex editor widget.
2017-02-14 18:00:52 +01:00

17 lines
240 B
Prolog

TEMPLATE = lib
QT += core gui widgets
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
src/qhexedit.h \
src/chunks.h \
src/commands.h
SOURCES += \
src/qhexedit.cpp \
src/chunks.cpp \
src/commands.cpp