summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
diff options
context:
space:
mode:
authorHolger Ihrig <holger.ihrig@nokia.com>2011-08-25 15:53:06 +0200
committerHolger Ihrig <holger.ihrig@nokia.com>2011-09-01 12:42:51 +0200
commit2efc6f787c488cc2338fe9eef75dd83cdb43f31a (patch)
tree34afb97723e6f85383891ad85379c8ec199e74ed /tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
parent3a7e6157d1a9865a31a5641605bbe9b0fc25e1d4 (diff)
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 <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/corelib/plugin/qpluginloader/tst/tst.pro')
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/tst/tst.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
new file mode 100644
index 0000000000..7ae6d89143
--- /dev/null
+++ b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
@@ -0,0 +1,32 @@
+load(qttest_p4)
+SOURCES += ../tst_qpluginloader.cpp
+TARGET = ../tst_qpluginloader
+QT = core
+HEADERS += ../theplugin/plugininterface.h
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qpluginloader
+} else {
+ TARGET = ../../release/tst_qpluginloader
+ }
+}
+
+
+wince*: {
+ addFiles.files = $$OUT_PWD/../bin/*.dll
+ addFiles.path = bin
+ DEPLOYMENT += addFiles
+}
+
+symbian: {
+ libDep.files = tst_qpluginloaderlib.dll
+ libDep.path = /sys/bin
+ pluginDep.files = theplugin.dll
+ pluginDep.path = bin
+
+ DEPLOYMENT += libDep pluginDep
+}
+
+DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+mac*:CONFIG+=insignificant_test