aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-03-09 14:11:50 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-03-25 17:18:42 +0000
commitac368f6062804305b2257df80fe72923d413e4ad (patch)
tree885bc84954adccb1cfba58b51d0b0e40f6469e6e
parent30bbef84d77550a9e7af845e87a4cb9dc8fafe3b (diff)
Remove the INSTALLS directives from the build system
Forcing an installation into /root is ... less than friendly. Change-Id: I2ea451a1faea88a04dadfd68dec48ffb56601aac Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--qmlbench.pro8
-rw-r--r--src/src.pro3
-rw-r--r--tools/compareresults/compareresults.pro3
-rw-r--r--tools/decidefps/decidefps.pro3
4 files changed, 0 insertions, 17 deletions
diff --git a/qmlbench.pro b/qmlbench.pro
index a593762..cf30f9f 100644
--- a/qmlbench.pro
+++ b/qmlbench.pro
@@ -2,11 +2,3 @@ TEMPLATE = subdirs
SUBDIRS = \
src \
tools
-
-benchmarks.path = /root
-benchmarks.files = benchmarks
-INSTALLS += benchmarks
-
-shared.path = /root
-shared.files = shared
-INSTALLS += shared
diff --git a/src/src.pro b/src/src.pro
index 608b9c8..cc1c0e7 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -23,6 +23,3 @@ CONFIG += console
CONFIG -= app_bundle
RESOURCES += qmlbench.qrc
-
-target.path = /root
-INSTALLS += target
diff --git a/tools/compareresults/compareresults.pro b/tools/compareresults/compareresults.pro
index 33ab909..345e0d3 100644
--- a/tools/compareresults/compareresults.pro
+++ b/tools/compareresults/compareresults.pro
@@ -3,6 +3,3 @@ QT = core
CONFIG -= app_bundle
SOURCES = \
main.cpp
-
-target.path = /root
-INSTALLS += target
diff --git a/tools/decidefps/decidefps.pro b/tools/decidefps/decidefps.pro
index 2b44ba2..a2e62fb 100644
--- a/tools/decidefps/decidefps.pro
+++ b/tools/decidefps/decidefps.pro
@@ -2,6 +2,3 @@ TEMPLATE = app
CONFIG -= app_bundle
SOURCES = \
main.cpp
-
-target.path = /root
-INSTALLS += target