summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader/tst/tst.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpluginloader/tst/tst.pro')
-rw-r--r--tests/auto/qpluginloader/tst/tst.pro32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro
deleted file mode 100644
index 7ae6d89143..0000000000
--- a/tests/auto/qpluginloader/tst/tst.pro
+++ /dev/null
@@ -1,32 +0,0 @@
-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