aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2017-05-25 13:33:02 +0200
committerRobin Burchell <robin.burchell@crimson.no>2017-05-25 16:41:24 +0000
commitb052e7599c4bca00bc986708d9197f4d269a7de7 (patch)
treee7aba1f30696ced7cb4354b1f14449a450a523f7
parentfbb1baf3e197d0882cee3f69e5f16ef33e6a9af0 (diff)
Add install targets to work with boot2qt in Creator easier
Change-Id: I00620d034c4d640e6f4a23ac1c890eec159067ad Reviewed-by: Gunnar Sletta <gunnar@crimson.no>
-rw-r--r--qmlbench.pro8
-rw-r--r--src/src.pro3
-rw-r--r--tools/decidefps/decidefps.pro3
3 files changed, 14 insertions, 0 deletions
diff --git a/qmlbench.pro b/qmlbench.pro
index cf30f9f..a593762 100644
--- a/qmlbench.pro
+++ b/qmlbench.pro
@@ -2,3 +2,11 @@ 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 bb88b4e..8a5ba3f 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -33,3 +33,6 @@ CONFIG += console
CONFIG -= app_bundle
RESOURCES += qmlbench.qrc
+
+target.path = /root
+INSTALLS += target
diff --git a/tools/decidefps/decidefps.pro b/tools/decidefps/decidefps.pro
index a2e62fb..2b44ba2 100644
--- a/tools/decidefps/decidefps.pro
+++ b/tools/decidefps/decidefps.pro
@@ -2,3 +2,6 @@ TEMPLATE = app
CONFIG -= app_bundle
SOURCES = \
main.cpp
+
+target.path = /root
+INSTALLS += target