Description: Install to /usr
 Upstream installs to /usr with no way to override it.
Author: Jakob Haufe <sur5r@debian.org>
Forwarded: not-needed
Last-Update: 2025-02-15

--- a/openterfaceQT.pro
+++ b/openterfaceQT.pro
@@ -156,10 +156,10 @@ unix {
 win32 {
     target.path = $$(PROGRAMFILES)/openterfaceQT
 } else {
-    target.path = /usr/local/bin
+    target.path = /usr/bin
 }
 
-# INSTALLS += target
+INSTALLS += target
 
 RC_FILE = openterfaceQT.rc
 
