Skip to content

Commit 560b6f0

Browse files
committed
Fixed Target path for lib on windows
1 parent f9cf61e commit 560b6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/source.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
QT -= core \
55
gui
66

7-
TARGET = ../lib/mbica
7+
TARGET = mbica
8+
DESTDIR = ../lib
89

910
TEMPLATE = lib
1011
CONFIG += staticlib

0 commit comments

Comments
 (0)