From d7ea2bab405cd82241619a46362e3f5fe83c7d2c Mon Sep 17 00:00:00 2001 From: Maximilian Adducchio <maximilian.adducchio@kontron.de> Date: Wed, 2 Jun 2021 15:28:41 +0000 Subject: [PATCH] Update touchtest-widget.pro: install executable into /usr/bin/ --- touchtest-widget.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touchtest-widget.pro b/touchtest-widget.pro index 0785940..d0d33c6 100644 --- a/touchtest-widget.pro +++ b/touchtest-widget.pro @@ -10,6 +10,6 @@ SOURCES += main.cpp\ HEADERS += mainwindow.h\ graphicalbutton.h -target.path = /opt/$${TARGET}/ +target.path = /usr/bin/ INSTALLS += target -- GitLab