Files
sqlitebrowser/libs/qhexedit/qhexedit.pro
2016-08-01 18:02:55 +01:00

18 lines
301 B
Prolog

TEMPLATE = lib
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
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