From 27f1a47e23cf77b44786454abe5e944b7e90a07e Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 20 Nov 2023 17:01:02 +0100 Subject: [PATCH] Project: remove rules for deployment --- CArunGUI/CArunGUI.pro | 4 ---- DCLibraries.pri | 6 ------ dCArun/dCArun.pro | 5 ----- 3 files changed, 15 deletions(-) diff --git a/CArunGUI/CArunGUI.pro b/CArunGUI/CArunGUI.pro index 22114b2..b08098f 100644 --- a/CArunGUI/CArunGUI.pro +++ b/CArunGUI/CArunGUI.pro @@ -50,7 +50,3 @@ HEADERS += \ datei.h \ plugin.h -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target diff --git a/DCLibraries.pri b/DCLibraries.pri index 8b75bd1..4425093 100644 --- a/DCLibraries.pri +++ b/DCLibraries.pri @@ -126,9 +126,3 @@ SOURCES += \ # version.variable_out = HEADERS # QMAKE_EXTRA_COMPILERS += version # QMAKE_CLEAN += $${PWD}/include/version.h - - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target diff --git a/dCArun/dCArun.pro b/dCArun/dCArun.pro index 0b886f9..378a8f4 100644 --- a/dCArun/dCArun.pro +++ b/dCArun/dCArun.pro @@ -53,8 +53,3 @@ HEADERS += \ win01_com.h \ datei.h \ plugin.h - -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target