Do not override user configs and flags

the default ones from Qt should be fine
This commit is contained in:
Konstantin Ritt
2018-11-20 21:21:05 +03:00
parent 172c71b027
commit 6455058b4f

View File

@ -2,14 +2,10 @@ TARGET = qmsgpack
VER_MAJ = 0
VER_MIN = 1
VER_PAT = 0
CONFIG -= app_bundle
TEMPLATE = lib
DEFINES += MSGPACK_MAKE_LIB
DESTDIR = $$shadowed($$PWD/../bin)
QMAKE_CXXFLAGS += -fPIC
CONFIG += debug_and_release
TARGET = $$qtLibraryTarget($$TARGET)
VERSION = $$join($$list($$VER_MAJ $$VER_MIN $$VER_PAT), .)