Files
sqlitebrowser/libs/qhexedit/qhexedit.pro
2013-04-19 06:30:06 +02:00

17 lines
272 B
Prolog

TEMPLATE = lib
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
src/commands.h \
src/qhexedit.h \
src/qhexedit_p.h \
src/xbytearray.h
SOURCES += \
src/commands.cpp \
src/qhexedit.cpp \
src/qhexedit_p.cpp \
src/xbytearray.cpp