diff options
Diffstat (limited to 'tests/auto/extensionsystem/pluginmanager/test.pro')
-rw-r--r-- | tests/auto/extensionsystem/pluginmanager/test.pro | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/extensionsystem/pluginmanager/test.pro b/tests/auto/extensionsystem/pluginmanager/test.pro index 4fe9054eda..736e6319f0 100644 --- a/tests/auto/extensionsystem/pluginmanager/test.pro +++ b/tests/auto/extensionsystem/pluginmanager/test.pro @@ -7,12 +7,4 @@ include(../../qttest.pri) SOURCES += tst_pluginmanager.cpp -OTHER_FILES = $$PWD/plugins/otherplugin.xml \ - $$PWD/plugins/plugin1.xml \ - $$PWD/plugins/myplug/myplug.xml - -COPYDIR = $$OUT_PWD -COPYFILES = $$OTHER_FILES -include(../copy.pri) - DEFINES += "PLUGINMANAGER_TESTS_DIR=\\\"$$OUT_PWD\\\"" |