Added qmake-guard 'unix'.

This commit is contained in:
Gerhard Hoffmann 2023-11-08 16:24:47 +01:00
parent ea67cdff6c
commit 26a4c128a5

View File

@ -6,5 +6,8 @@ include(../DCLibraries.pri)
DEFINES+=THIS_IS_CA_SLAVE
DESTDIR=$${_PRO_FILE_PWD_}/../build
system("mkdir -p $${DESTDIR}")
system("cp ../include/interfaces.h $${DESTDIR}")
unix {
system("mkdir -p $${DESTDIR}")
system("cp ../include/interfaces.h $${DESTDIR}")
}