mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-07-29 18:07:16 +02:00
Do not override user configs and flags
the default ones from Qt should be fine
This commit is contained in:
@ -2,14 +2,10 @@ TARGET = qmsgpack
|
|||||||
VER_MAJ = 0
|
VER_MAJ = 0
|
||||||
VER_MIN = 1
|
VER_MIN = 1
|
||||||
VER_PAT = 0
|
VER_PAT = 0
|
||||||
CONFIG -= app_bundle
|
|
||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
DEFINES += MSGPACK_MAKE_LIB
|
DEFINES += MSGPACK_MAKE_LIB
|
||||||
DESTDIR = $$shadowed($$PWD/../bin)
|
DESTDIR = $$shadowed($$PWD/../bin)
|
||||||
QMAKE_CXXFLAGS += -fPIC
|
|
||||||
|
|
||||||
CONFIG += debug_and_release
|
|
||||||
TARGET = $$qtLibraryTarget($$TARGET)
|
TARGET = $$qtLibraryTarget($$TARGET)
|
||||||
VERSION = $$join($$list($$VER_MAJ $$VER_MIN $$VER_PAT), .)
|
VERSION = $$join($$list($$VER_MAJ $$VER_MIN $$VER_PAT), .)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user