Files
sqlitebrowser/libs/qhexedit/qhexedit.pro
Martin Kleusberg a8af5a7c04 Use static linking for QHexEdit
Compile and link the QHexEdit as a static library.
2013-03-17 12:31:23 +01:00

18 lines
260 B
Prolog

TEMPLATE = lib
CONFIG += staticlib
MOC_DIR = .moc
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