diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 04:55:05 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-23 04:55:05 (GMT) |
commit | 81f6165b369ae07b0c70cd2684e2313491b6b2f4 (patch) | |
tree | 73b3fd9ccdc0eec3d5e6e4fabf9951eea4f1c78e | |
parent | bbc247f839ab0b186a60cff96e06be4f30f66811 (diff) | |
download | Qt-81f6165b369ae07b0c70cd2684e2313491b6b2f4.zip Qt-81f6165b369ae07b0c70cd2684e2313491b6b2f4.tar.gz Qt-81f6165b369ae07b0c70cd2684e2313491b6b2f4.tar.bz2 |
Location of binary is not on installed-content import path.
Reviewed-by: mae
-rw-r--r-- | tools/qml/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp index cba5650..e484f77 100644 --- a/tools/qml/main.cpp +++ b/tools/qml/main.cpp @@ -389,8 +389,6 @@ int main(int argc, char ** argv) usage(); } - viewer->addLibraryPath(QCoreApplication::applicationDirPath()); - foreach (QString lib, imports) viewer->addLibraryPath(lib); |