From 5d7e34213154a4d49239ace19c3833dacff2e322 Mon Sep 17 00:00:00 2001 From: Dominik Louven Date: Mon, 26 Nov 2018 22:30:52 +0100 Subject: [PATCH] Removed /opt/ dependency in pro file --- ScreenPlayWidget/ScreenPlayWidget.pro | 4 ---- ScreenPlayWindow/ScreenPlayWindow.pro | 4 ---- 2 files changed, 8 deletions(-) diff --git a/ScreenPlayWidget/ScreenPlayWidget.pro b/ScreenPlayWidget/ScreenPlayWidget.pro index 349724be..2790fe35 100644 --- a/ScreenPlayWidget/ScreenPlayWidget.pro +++ b/ScreenPlayWidget/ScreenPlayWidget.pro @@ -29,10 +29,6 @@ QML_IMPORT_PATH = # Additional import path used to resolve QML modules just for Qt Quick Designer QML_DESIGNER_IMPORT_PATH = -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target HEADERS += \ src/spwidgetmainwindow.h diff --git a/ScreenPlayWindow/ScreenPlayWindow.pro b/ScreenPlayWindow/ScreenPlayWindow.pro index 9c629fb6..8747c682 100644 --- a/ScreenPlayWindow/ScreenPlayWindow.pro +++ b/ScreenPlayWindow/ScreenPlayWindow.pro @@ -60,9 +60,5 @@ QT_QUICK_CONTROLS_STYLE = "Material" # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target