diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-18 23:17:17 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-22 23:09:16 (GMT) |
commit | 2b098cd37d86bc7c843225412c90948affb8fef1 (patch) | |
tree | f4d21eb994ebdb8780f889cff27fb72684dbe3e4 /tests/auto/declarative/qdeclarativemoduleplugin/plugin | |
parent | 83e395ba6de068ac4ecece860cc429a4697445d0 (diff) | |
download | Qt-2b098cd37d86bc7c843225412c90948affb8fef1.zip Qt-2b098cd37d86bc7c843225412c90948affb8fef1.tar.gz Qt-2b098cd37d86bc7c843225412c90948affb8fef1.tar.bz2 |
Test imports with realistic paths (previously passed accidentally).
Fix failure when import path is ancestor dir of other import path.
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/plugin')
-rw-r--r-- | tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro b/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro index 035cb7d..fc77225 100644 --- a/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro +++ b/tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro @@ -2,5 +2,5 @@ TEMPLATE = lib CONFIG += plugin SOURCES = plugin.cpp QT = core declarative -DESTDIR = ../com/nokia/AutoTestQmlPluginType +DESTDIR = ../imports/com/nokia/AutoTestQmlPluginType |