change to creating lib to dynamic
This commit is contained in:
parent
ee7151ea2f
commit
471deff196
|
|
@ -1 +1 @@
|
|||
Subproject commit b0194da3e12370049e63c4682039ffd832aa7d2e
|
||||
Subproject commit 51500a497933444196942ee0db6628338a0422af
|
||||
|
|
@ -3,7 +3,6 @@ QT += sql gui
|
|||
TARGET = nut
|
||||
TEMPLATE = lib
|
||||
CONFIG += c++11
|
||||
CONFIG += staticlib
|
||||
|
||||
DEFINES += QT_DEPRECATED_WARNINGS NUT_COMPILE_STATIC
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,5 @@ win32 {
|
|||
|
||||
LIBS += -L$$LIBDIR -lnut
|
||||
INCLUDEPATH += $$PWD/../../src $$PWD/../common
|
||||
#include(../../src/src.pri)
|
||||
|
||||
DEFINES += NUT_SHARED_POINTER
|
||||
|
|
|
|||
Loading…
Reference in New Issue