mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-13 01:10:33 +08:00
build dir fix
This commit is contained in:
parent
d795842477
commit
e1ea8ee6bf
@ -61,9 +61,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
|||||||
# include JKQtPlotter source code
|
# include JKQtPlotter source code
|
||||||
DEPENDPATH += $$PWD
|
DEPENDPATH += $$PWD
|
||||||
#$$PWD/../../lib
|
#$$PWD/../../lib
|
||||||
INCLUDEPATH += $$PWD/../../lib
|
INCLUDEPATH += ../../lib
|
||||||
CONFIG (debug, debug|release):LIBS += -L$$PWD/../../lib/debug -ljkqtplotterlib
|
CONFIG (debug, debug|release):LIBS += -L../../lib/debug -ljkqtplotterlib
|
||||||
CONFIG (release):LIBS += -L$$PWD/../../lib/release -ljkqtplotterlib
|
CONFIG (release):LIBS += -L../../lib/release -ljkqtplotterlib
|
||||||
|
|
||||||
|
|
||||||
# here you can activate some debug options
|
# here you can activate some debug options
|
||||||
|
Loading…
Reference in New Issue
Block a user