nut lib path correction
This commit is contained in:
parent
fb7b914c73
commit
d49fb1013b
|
|
@ -1,10 +1,7 @@
|
|||
|
||||
win32 {
|
||||
CONFIG(debug,debug|release): LIBDIR = $$absolute_path($$OUT_PWD/../../src/debug)
|
||||
CONFIG(release,debug|release): LIBDIR = $$absolute_path($$OUT_PWD/../../src/release)
|
||||
} else {
|
||||
LIBDIR = $$absolute_path($$OUT_PWD/../../src)
|
||||
}
|
||||
CONFIG(debug,debug|release): LIBDIR = $$absolute_path($$OUT_PWD/../../src/debug)
|
||||
CONFIG(release,debug|release): LIBDIR = $$absolute_path($$OUT_PWD/../../src/release)
|
||||
|
||||
LIBS += -L$$LIBDIR -lnut
|
||||
|
||||
INCLUDEPATH += $$PWD/../../src $$PWD/../common
|
||||
|
|
|
|||
Loading…
Reference in New Issue