change to creating lib to dynamic

This commit is contained in:
Hamed Masafi 2020-07-27 12:31:26 +04:30
parent ee7151ea2f
commit 471deff196
3 changed files with 1 additions and 3 deletions

2
3rdparty/serializer vendored

@ -1 +1 @@
Subproject commit b0194da3e12370049e63c4682039ffd832aa7d2e
Subproject commit 51500a497933444196942ee0db6628338a0422af

View File

@ -3,7 +3,6 @@ QT += sql gui
TARGET = nut
TEMPLATE = lib
CONFIG += c++11
CONFIG += staticlib
DEFINES += QT_DEPRECATED_WARNINGS NUT_COMPILE_STATIC

View File

@ -7,6 +7,5 @@ win32 {
LIBS += -L$$LIBDIR -lnut
INCLUDEPATH += $$PWD/../../src $$PWD/../common
#include(../../src/src.pri)
DEFINES += NUT_SHARED_POINTER