diff options
author | alex <alex.blasche@nokia.com> | 2011-11-10 13:35:24 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-10 06:45:49 +0100 |
commit | 18e0a28cb0bd9bfc407d9203b72fea0612135109 (patch) | |
tree | d063ef42125fdded21b740054a8fadfe519f1bee /tests/plugins | |
parent | bc10fb18aed2356d02cf8dd95a45d38eb7ae2858 (diff) | |
download | qtlocation-18e0a28cb0bd9bfc407d9203b72fea0612135109.tar.gz |
Remove qmobilitypluginsearch.h
We use QFactoryLoader from now on. This doubles up the keys() and
providerName() methods on the two factory interfaces but this will be
fixed by a separate change.
Change-Id: I5f2cee40f44e0760d40f87ebd53d2ca15cfc2ec5
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/declarativetestplugin/declarativetestplugin.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/declarativetestplugin/declarativetestplugin.pro b/tests/plugins/declarativetestplugin/declarativetestplugin.pro index 34372513..f5986904 100644 --- a/tests/plugins/declarativetestplugin/declarativetestplugin.pro +++ b/tests/plugins/declarativetestplugin/declarativetestplugin.pro @@ -22,7 +22,7 @@ SOURCES += locationtest.cpp \ ../../../src/imports/location/qdeclarativecoordinate.cpp # Tell qmake to create such makefile that qmldir and target (i.e. declarative_location) -# are both copied to qt/imports/QtMobility/location -directory, +# are both copied to qt/imports/QtLocation -directory, # as the "/imports" is the default place where qmlviewer looks for plugins # (otherwise qmlviewer -I <path> -option is needed) |