summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlibrary/tst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-06-12 11:01:49 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-06-19 07:33:45 (GMT)
commitb6505dcee680ec6894c3e08e954e970dc4a3b965 (patch)
tree448f61cbd39b990524da50d7a3764b5047469ea4 /tests/auto/qlibrary/tst
parentf9a22b03d53e324049044241cb82438e5f33e777 (diff)
downloadQt-b6505dcee680ec6894c3e08e954e970dc4a3b965.zip
Qt-b6505dcee680ec6894c3e08e954e970dc4a3b965.tar.gz
Qt-b6505dcee680ec6894c3e08e954e970dc4a3b965.tar.bz2
Fix QLibrary test.
- Use correct working directory. Task-number: QTQAINFRA-428 Change-Id: I31fdc941fe21e2efa29d742a5b8cd89f2214e81c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qlibrary/tst')
-rw-r--r--tests/auto/qlibrary/tst/tst.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qlibrary/tst/tst.pro b/tests/auto/qlibrary/tst/tst.pro
index 1ce70cb..e66e859 100644
--- a/tests/auto/qlibrary/tst/tst.pro
+++ b/tests/auto/qlibrary/tst/tst.pro
@@ -2,6 +2,7 @@ load(qttest_p4)
SOURCES += ../tst_qlibrary.cpp
TARGET = ../tst_qlibrary
QT = core
+CONFIG -= app_bundle
win32 {
CONFIG(debug, debug|release) {
@@ -30,5 +31,3 @@ wince*: {
} else {
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}
-
-win32:CONFIG+=insignificant_test # QTQAINFRA-428