summaryrefslogtreecommitdiffstats
path: root/tests/qtuitest/testapps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtuitest/testapps')
-rw-r--r--tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro7
-rw-r--r--tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro7
-rw-r--r--tests/qtuitest/testapps/testapp1/testapp1.pro4
-rw-r--r--tests/qtuitest/testapps/testapp2/testapp2.pro4
-rw-r--r--tests/qtuitest/testapps/testapp3/testapp3.pro4
-rw-r--r--tests/qtuitest/testapps/testapp4/testapp4.pro4
6 files changed, 30 insertions, 0 deletions
diff --git a/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro b/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
index 82bb3dd..ca4194c 100644
--- a/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
+++ b/tests/qtuitest/testapps/fileDialogSaveApp/fileDialogSaveApp.pro
@@ -10,3 +10,10 @@ mac:DESTDIR=$$BUILDROOT/bin
# Input
SOURCES += main.cpp
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro b/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro
index 5166947..d1cb25f 100644
--- a/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro
+++ b/tests/qtuitest/testapps/graphicsViewTest/graphicsViewTest.pro
@@ -6,3 +6,10 @@ INCLUDEPATH += .
HEADERS += mainwindow.h
SOURCES += main.cpp mainwindow.cpp
mac:DESTDIR=$$BUILDROOT/bin
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/testapps/testapp1/testapp1.pro b/tests/qtuitest/testapps/testapp1/testapp1.pro
index f612e8e..6d4d015 100644
--- a/tests/qtuitest/testapps/testapp1/testapp1.pro
+++ b/tests/qtuitest/testapps/testapp1/testapp1.pro
@@ -18,3 +18,7 @@ win32 {
mac {
CONFIG-=app_bundle
}
+
+
+target.path += \
+ /usr/local/bin \ No newline at end of file
diff --git a/tests/qtuitest/testapps/testapp2/testapp2.pro b/tests/qtuitest/testapps/testapp2/testapp2.pro
index 04c09f0..ee17bd4 100644
--- a/tests/qtuitest/testapps/testapp2/testapp2.pro
+++ b/tests/qtuitest/testapps/testapp2/testapp2.pro
@@ -15,3 +15,7 @@ win32 {
mac {
CONFIG-=app_bundle
}
+
+
+target.path += \
+ /usr/local/bin \ No newline at end of file
diff --git a/tests/qtuitest/testapps/testapp3/testapp3.pro b/tests/qtuitest/testapps/testapp3/testapp3.pro
index 04c09f0..ee17bd4 100644
--- a/tests/qtuitest/testapps/testapp3/testapp3.pro
+++ b/tests/qtuitest/testapps/testapp3/testapp3.pro
@@ -15,3 +15,7 @@ win32 {
mac {
CONFIG-=app_bundle
}
+
+
+target.path += \
+ /usr/local/bin \ No newline at end of file
diff --git a/tests/qtuitest/testapps/testapp4/testapp4.pro b/tests/qtuitest/testapps/testapp4/testapp4.pro
index 04c09f0..ee17bd4 100644
--- a/tests/qtuitest/testapps/testapp4/testapp4.pro
+++ b/tests/qtuitest/testapps/testapp4/testapp4.pro
@@ -15,3 +15,7 @@ win32 {
mac {
CONFIG-=app_bundle
}
+
+
+target.path += \
+ /usr/local/bin \ No newline at end of file