diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:02:59 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:02:59 +0800 |
| commit | 70565512f20febb7a2e47ea6efde61a31aa7c578 (patch) | |
| tree | 895cdc69c81609bc9283d43a3926ca0db98920b1 | |
| parent | cd679da218281c5716001a4e2055451ab9bcc926 (diff) | |
Build as static
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | qrtclient.pro | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +*.a *.pro.user *.o *.qmake.stash diff --git a/qrtclient.pro b/qrtclient.pro index 195110c..bc973b5 100644 --- a/qrtclient.pro +++ b/qrtclient.pro @@ -1,4 +1,5 @@ TEMPLATE = lib +CONFIG += staticlib HEADERS += \ qrtclient/user.hxx \ |