Static build has been fixed.

CONFIG no_zint & static_build flags have been added
This commit is contained in:
Arin Alex
2017-06-16 03:06:09 +03:00
parent ad99677d9c
commit 2c0e343c55
9 changed files with 60 additions and 22 deletions

View File

@@ -1,9 +1,15 @@
TARGET = limereport
TEMPLATE = lib
CONFIG += lib
CONFIG += dll
#CONFIG += staticlib
contains(CONFIG, static_build){
CONFIG += staticlib
}
!contains(CONFIG, staticlib){
CONFIG += lib
CONFIG += dll
}
CONFIG += create_prl
CONFIG += link_prl