Skip to content

Instantly share code, notes, and snippets.

@flavius
Created May 18, 2011 16:25
Show Gist options
  • Save flavius/978928 to your computer and use it in GitHub Desktop.
Save flavius/978928 to your computer and use it in GitHub Desktop.
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