summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qtuitest/sys_assistant/sys_assistant.pro7
-rw-r--r--tests/qtuitest/sys_designer/sys_designer.pro7
-rw-r--r--tests/qtuitest/sys_graphicsView/sys_graphicsView.pro7
-rw-r--r--tests/qtuitest/sys_input/sys_input.pro7
-rw-r--r--tests/qtuitest/sys_linguist/sys_linguist.pro7
-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
-rw-r--r--tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro7
-rw-r--r--tests/qtuitest/tst_qelapsedtimer/tst_qelapsedtimer.pro7
-rw-r--r--tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro7
-rw-r--r--tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro7
-rw-r--r--tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.cpp2
-rw-r--r--tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro7
-rw-r--r--tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro7
18 files changed, 108 insertions, 1 deletions
diff --git a/tests/qtuitest/sys_assistant/sys_assistant.pro b/tests/qtuitest/sys_assistant/sys_assistant.pro
index 79485c9..a057ba3 100644
--- a/tests/qtuitest/sys_assistant/sys_assistant.pro
+++ b/tests/qtuitest/sys_assistant/sys_assistant.pro
@@ -1,2 +1,9 @@
SOURCES=sys_assistant.qtt
CONFIG+=systemtest
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/sys_designer/sys_designer.pro b/tests/qtuitest/sys_designer/sys_designer.pro
index a394b57..2fa97f5 100644
--- a/tests/qtuitest/sys_designer/sys_designer.pro
+++ b/tests/qtuitest/sys_designer/sys_designer.pro
@@ -1,2 +1,9 @@
SOURCES=sys_designer.qtt
CONFIG+=systemtest
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/sys_graphicsView/sys_graphicsView.pro b/tests/qtuitest/sys_graphicsView/sys_graphicsView.pro
index 4cae852..a74cb42 100644
--- a/tests/qtuitest/sys_graphicsView/sys_graphicsView.pro
+++ b/tests/qtuitest/sys_graphicsView/sys_graphicsView.pro
@@ -1,3 +1,10 @@
SOURCES=sys_graphicsView.qtt
TESTAPPS=graphicsViewTest
CONFIG+=systemtest
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/sys_input/sys_input.pro b/tests/qtuitest/sys_input/sys_input.pro
index 270dca3..ada46f4 100644
--- a/tests/qtuitest/sys_input/sys_input.pro
+++ b/tests/qtuitest/sys_input/sys_input.pro
@@ -1,3 +1,10 @@
SOURCES=sys_input.qtt
TESTAPPS=testapp1 testapp2 testapp3
CONFIG+=systemtest
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target
+
diff --git a/tests/qtuitest/sys_linguist/sys_linguist.pro b/tests/qtuitest/sys_linguist/sys_linguist.pro
index 3d5e676..0f2a803 100644
--- a/tests/qtuitest/sys_linguist/sys_linguist.pro
+++ b/tests/qtuitest/sys_linguist/sys_linguist.pro
@@ -1,2 +1,9 @@
SOURCES=sys_linguist.qtt
CONFIG+=systemtest
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
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
diff --git a/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro b/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
index 905e99c..07546a8 100644
--- a/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
+++ b/tests/qtuitest/tst_qalternatestack/tst_qalternatestack.pro
@@ -8,3 +8,10 @@ CONFIG-=debug_and_release_target
SOURCES+= \
tst_qalternatestack.cpp
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/tst_qelapsedtimer/tst_qelapsedtimer.pro b/tests/qtuitest/tst_qelapsedtimer/tst_qelapsedtimer.pro
index e915e3b..da914e0 100644
--- a/tests/qtuitest/tst_qelapsedtimer/tst_qelapsedtimer.pro
+++ b/tests/qtuitest/tst_qelapsedtimer/tst_qelapsedtimer.pro
@@ -7,3 +7,10 @@ CONFIG-=debug_and_release_target
SOURCES+= \
tst_qelapsedtimer.cpp
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro b/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
index ac0d31d..4398ab6 100644
--- a/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
+++ b/tests/qtuitest/tst_qinputgenerator/tst_qinputgenerator.pro
@@ -15,3 +15,10 @@ else {
SOURCES+=nativeevent_noop.cpp
}
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro b/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
index 3f6e0b4..54d1ce6 100644
--- a/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
+++ b/tests/qtuitest/tst_qtestprotocol/tst_qtestprotocol.pro
@@ -17,3 +17,10 @@ HEADERS+= \
symbian {
LIBS+=-L$$OUT_PWD/ -lqtuitest
}
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.cpp b/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.cpp
index 64b5a32..d40723e 100644
--- a/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.cpp
+++ b/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.cpp
@@ -46,7 +46,7 @@
#include <QAction>
#include <QCoreApplication>
#include <QObject>
-#include <QTest>
+#include <QtTest/QTest>
#include <qalternatestack_p.h>
#include <qtuitestconnectionmanager_p.h>
diff --git a/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro b/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
index eba25e3..b672977 100644
--- a/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
+++ b/tests/qtuitest/tst_qtuitestnamespace/tst_qtuitestnamespace.pro
@@ -7,3 +7,10 @@ CONFIG-=debug_and_release_target
SOURCES+= \
tst_qtuitestnamespace.cpp
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file
diff --git a/tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro b/tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro
index 57742c0..85a8eaa 100644
--- a/tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro
+++ b/tests/qtuitest/tst_qtuitestwidgets/tst_qtuitestwidgets.pro
@@ -17,3 +17,10 @@ symbian {
win32 {
LIBS+=$$OUT_PWD/../../lib/qtuitest.lib
}
+
+
+target.path += \
+ /usr/local/bin
+
+INSTALLS += \
+ target \ No newline at end of file