mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-25 22:20:16 -05:00
b5345fe676
This adds support for editing the ASCII data on the right side of the hex editor widget.
17 lines
240 B
Prolog
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
|