Project: remove DESTFILE definition (disrupts yocto build)

This commit is contained in:
Siegfried Siegert 2023-11-21 10:06:00 +01:00
parent 7746f22d01
commit 3cdd11cc36
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
5 changed files with 0 additions and 7 deletions

View File

@ -8,8 +8,6 @@ TEMPLATE = app
VERSION = "1.0.0" VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11 CONFIG += c++11

View File

@ -18,7 +18,6 @@ EXTENDED_VERSION="$${VERSION}-$${GIT_COMMIT}"
INCLUDEPATH += $${PWD}/include INCLUDEPATH += $${PWD}/include
DEPENDPATH += $${PWD} DEPENDPATH += $${PWD}
DESTDIR=$${_PRO_FILE_PWD_}/build
CONFIG += c++11 CONFIG += c++11

View File

@ -8,8 +8,6 @@ TEMPLATE = app
VERSION = "1.0.0" VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@ -5,7 +5,6 @@ VERSION="1.0.0"
include(../DCLibraries.pri) include(../DCLibraries.pri)
DEFINES+=THIS_IS_CA_MASTER DEFINES+=THIS_IS_CA_MASTER
DESTDIR=$${_PRO_FILE_PWD_}/../build
unix { unix {
system("mkdir -p $${DESTDIR}") system("mkdir -p $${DESTDIR}")

View File

@ -5,7 +5,6 @@ VERSION="1.0.0"
include(../DCLibraries.pri) include(../DCLibraries.pri)
DEFINES+=THIS_IS_CA_SLAVE DEFINES+=THIS_IS_CA_SLAVE
DESTDIR=$${_PRO_FILE_PWD_}/../build
unix { unix {
system("mkdir -p $${DESTDIR}") system("mkdir -p $${DESTDIR}")