summaryrefslogtreecommitdiff
path: root/testapp/testapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/testapp.pro')
-rw-r--r--testapp/testapp.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/testapp/testapp.pro b/testapp/testapp.pro
index 9557d16..afca957 100644
--- a/testapp/testapp.pro
+++ b/testapp/testapp.pro
@@ -47,3 +47,15 @@ OTHER_FILES += \
qml/testapp/CacheManager.qml \
qml/testapp/ErrorLogger.qml
+_T = $$(TARGET_ROOT)
+!isEmpty(_T) {
+ target_root = $$(TARGET_ROOT)
+} else {
+ target_root = /usr/lib/browser-poc
+}
+
+testapp.files = testapp \
+ qml \
+ images
+testapp.path = $$target_root/testapp
+INSTALLS += testapp