From 7c17090a2b4d011a7f35a097d19c58f9c14643fd Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 22 Jun 2023 17:54:11 +0200 Subject: [PATCH] Remove deployment rules (conflict on yocto) --- OnDemandUpdatePTU.pro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/OnDemandUpdatePTU.pro b/OnDemandUpdatePTU.pro index 686e63f..f7f11e2 100644 --- a/OnDemandUpdatePTU.pro +++ b/OnDemandUpdatePTU.pro @@ -84,8 +84,3 @@ OTHER_FILES += \ # git subtree add --prefix DCPlugin https://git.mimbach49.de/GerhardHoffmann/DCPlugin.git master --squash # git subtree pull --prefix DCPlugin https://git.mimbach49.de/GerhardHoffmann/DCPlugin.git master --squash # include(./DCPlugin/DCPlugin.pri) - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target