From 2efc6f787c488cc2338fe9eef75dd83cdb43f31a Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Thu, 25 Aug 2011 15:53:06 +0200 Subject: Moving relevant tests to corelib/plugin Task-number: QTBUG-21066 Change-Id: I918f6ef6fb825d7cf94d6b42322b2c2eb5c52aaa Reviewed-on: http://codereview.qt.nokia.com/3604 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- tests/auto/corelib/plugin/qlibrary/tst/tst.pro | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/auto/corelib/plugin/qlibrary/tst/tst.pro (limited to 'tests/auto/corelib/plugin/qlibrary/tst/tst.pro') diff --git a/tests/auto/corelib/plugin/qlibrary/tst/tst.pro b/tests/auto/corelib/plugin/qlibrary/tst/tst.pro new file mode 100644 index 0000000000..28c40b0b42 --- /dev/null +++ b/tests/auto/corelib/plugin/qlibrary/tst/tst.pro @@ -0,0 +1,33 @@ +load(qttest_p4) +SOURCES += ../tst_qlibrary.cpp +TARGET = ../tst_qlibrary +QT = core + +win32 { + CONFIG(debug, debug|release) { + TARGET = ../../debug/tst_qlibrary +} else { + TARGET = ../../release/tst_qlibrary + } +} + +wince*: { + addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension + addFiles.path = . + DEPLOYMENT += addFiles + DEFINES += SRCDIR=\\\"\\\" +}else:symbian { + binDep.files = \ + mylib.dll \ + system.trolltech.test.mylib.dll + binDep.path = /sys/bin +#mylib.dl2 nonstandard binary deployment will cause warning in emulator, +#but it can be safely ignored. + custBinDep.files = mylib.dl2 + custBinDep.path = /sys/bin + + DEPLOYMENT += binDep custBinDep +} else { + DEFINES += SRCDIR=\\\"$$PWD/../\\\" +} + -- cgit v1.2.3