a9da643fb2
Fixes issue 144
13 lines
275 B
Prolog
13 lines
275 B
Prolog
TEMPLATE = lib
|
|
CONFIG += qt staticlib warn_on
|
|
|
|
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
|