From a8af5a7c04a3e588f6152ff7834e1a32aacedce1 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Sun, 17 Mar 2013 12:31:23 +0100 Subject: [PATCH] Use static linking for QHexEdit Compile and link the QHexEdit as a static library. --- libs/qhexedit/qhexedit.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/qhexedit/qhexedit.pro b/libs/qhexedit/qhexedit.pro index 60b23c1d..8da8a026 100644 --- a/libs/qhexedit/qhexedit.pro +++ b/libs/qhexedit/qhexedit.pro @@ -1,5 +1,7 @@ TEMPLATE = lib +CONFIG += staticlib + MOC_DIR = .moc HEADERS += \