aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@digia.com>2013-10-31 09:20:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 20:16:11 +0100
commit7d850df7e68e0eab0f07d5f7a03050175080fb81 (patch)
treed86a38860d9d21abfa5a57dbca04f16d485b1f68 /tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro
parent02a8fc62491fbdee1913c2c20c939308e05f8d6f (diff)
tests: replace nokia with qtproject in tst_qqmlmoduleplugin
Change-Id: I674da7f77dde380fb0772d5077da84de875b6ce8 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro b/tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro
index 7b818c0481..bf1c5df1a7 100644
--- a/tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro
+++ b/tests/auto/qml/qqmlmoduleplugin/strictModule/strictModule.pro
@@ -2,7 +2,7 @@ TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core qml
-DESTDIR = ../imports/com/nokia/StrictModule
+DESTDIR = ../imports/org/qtproject/StrictModule
QT += core-private gui-private qml-private