File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
QT -= core \
5
5
gui
6
6
7
- TARGET = ../bin/mbica
7
+ TARGET = mbica
8
+ DESTDIR = ../bin
8
9
9
10
TEMPLATE = app
10
11
CONFIG += console
11
12
12
13
SOURCES += \
13
14
main.cpp \
14
15
15
- LIBS += -lmbica -larmadillo
16
+ LIBS += -lmbica
17
+ linux:LIBS += -larmadillo
18
+ win32 :LIBS += ../lib/blas_win32_MT.lib ../lib/lapack_win32_MT.lib
16
19
17
20
INCLUDEPATH += ../include
18
21
QMAKE_LIBDIR += ../lib
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ SOURCES += \
14
14
HEADERS += \
15
15
whitening_test.h
16
16
17
- LIBS += -lmbica -larmadillo -lboost_unit_test_framework
17
+ LIBS += -lmbica -lboost_unit_test_framework
18
+ linux:LIBS += -larmadillo
19
+ win32 :LIBS += ../lib/blas_win32_MT.lib ../lib/lapack_win32_MT.lib
18
20
19
21
INCLUDEPATH += ../include
20
22
QMAKE_LIBDIR += ../lib
You can’t perform that action at this time.
0 commit comments