Added qmake-guard 'unix'.
This commit is contained in:
parent
f29a364a6d
commit
ea67cdff6c
@ -6,5 +6,8 @@ include(../DCLibraries.pri)
|
|||||||
|
|
||||||
DEFINES+=THIS_IS_CA_MASTER
|
DEFINES+=THIS_IS_CA_MASTER
|
||||||
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
||||||
|
|
||||||
|
unix {
|
||||||
system("mkdir -p $${DESTDIR}")
|
system("mkdir -p $${DESTDIR}")
|
||||||
system("cp ../include/interfaces.h $${DESTDIR}")
|
system("cp ../include/interfaces.h $${DESTDIR}")
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user