Created
May 18, 2011 16:25
-
-
Save flavius/978928 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QDeclarativeImportDatabase::addImportPath: "/usr/lib/qt/imports" | |
QDeclarativeImportDatabase::addImportPath: "/home/flav/projects/joc-build/deployment" | |
plugins: (".") | |
//this last one is dumped out by main(), the following are done because of QML_IMPORT_TRACE=1 ./gamingplatform | |
"/home/flav/projects/joc-build/deployment/games/battlejet/Game.qml" | |
QDeclarativeImportDatabase::addImportPath: "/usr/lib/qt/imports" | |
QDeclarativeImportDatabase::addImportPath: "/home/flav/projects/joc-build/deployment" | |
QDeclarativeImports(file:///home/flav/projects/joc-build/deployment/games/battlejet/Game.qml)::addImport: "." -1.-1 File as "" | |
QDeclarativeImports(file:///home/flav/projects/joc-build/deployment/games/battlejet/Game.qml)::addImport: "QtQuick" 1.0 Library as "" | |
QDeclarativeImports(file:///home/flav/projects/joc-build/deployment/games/battlejet/Game.qml)::addImport: "JOC" 0.1 Library as "JOC" | |
file:///home/flav/projects/joc-build/deployment/games/battlejet/Game.qml:2:1: module "JOC" is not installed | |
import JOC 0.1 as JOC | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment