Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Symbian - Unable to qml plugin
Qt 6.11 is out! See what's new in the release blog

Symbian - Unable to qml plugin

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 2.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vishwajeet
    wrote on last edited by
    #1

    I have created a QML plugin. sample.qml which uses Qt component. on symbian device, qt component plugins are getting loaded, however for sample plugin, getting an error

    @
    [Wed Jun 29 2011 15:24:04] QDeclarativeImports(qrc:///testapp.qml)::addImport: "." -1.-1 File as ""
    [Wed Jun 29 2011 15:24:04] QDeclarativeImports(qrc:///testapp.qml)::addImport: "Qt" 4.7 Library as ""
    [Wed Jun 29 2011 15:24:04] QDeclarativeImports(qrc:///testapp.qml)::addImport: "com.nokia.symbian" 1.0 Library as ""
    [Wed Jun 29 2011 15:24:04] QDeclarativeImports(qrc:///testapp.qml::importExtension: loaded "C:/resource/qt/imports/com/nokia/symbian/qmldir"
    [Wed Jun 29 2011 15:24:04] QDeclarativeImportDatabase::importPlugin: "com.nokia.symbian" from "C:/resource/qt/imports/com/nokia/symbian/symbianplugin_1_0.qtplugin"
    [Wed Jun 29 2011 15:24:05] QDeclarativeImports(qrc:///testapp.qml)::addImport: "Qt.labs.components" 1.0 Library as ""
    [Wed Jun 29 2011 15:24:05] QDeclarativeImports(qrc:///testapp.qml::importExtension: loaded "C:/resource/qt/imports/Qt/labs/components/qmldir"
    [Wed Jun 29 2011 15:24:05] QDeclarativeImportDatabase::importPlugin: "Qt.labs.components" from "C:/resource/qt/imports/Qt/labs/components/qtcomponentsplugin_1_0.qtplugin"
    [Wed Jun 29 2011 15:24:05] QDeclarativeImports(qrc:///testapp.qml)::addImport: "com.test.sample" 1.0 Library as ""
    [Wed Jun 29 2011 15:24:05] QDeclarativeImports(qrc:///testapp.qml::importExtension: loaded "C:/resource/qt/imports/com/test/sample/qmldir"
    [Wed Jun 29 2011 15:24:05] QDeclarativeImportDatabase::importPlugin: "com.test.sample" from "C:/resource/qt/imports/com/test/sample/mySamplePlugin.qtplugin"
    [Wed Jun 29 2011 15:24:05] qrc:///testapp.qml:4:1: plugin cannot be loaded for module "com.test.sample": The file 'C:/resource/qt/imports/com/test/sample/mySamplePlugin.qtplugin' is not a valid Qt plugin.
    @

    mySamplePlugin.qtplugin contains

    @
    This file is a Qt plugin stub file. The real Qt plugin is located in /sys/bin. Created:2011-06-29T14:35:52
    @

    However same application works on windows.

    How do i debug whats going wrong ?

    Born To Code !!!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arifsetiawan
      wrote on last edited by
      #2

      Hi, did you found the solution? I'm having same error
      Thanks

      1 Reply Last reply
      0
      • T Offline
        T Offline
        travertinclean
        wrote on last edited by
        #3

        what operating did you used? .. If windows 7 you will really encountered that. There are some programs that will be error in window 7..

        if you use windows 7 what is the bit 32bit or 64bit?..

        [url=http://www.heavensentfloorcare.com/travertine.html]Travertine sealing Dallas|Frisco|Plano[/url]

        1 Reply Last reply
        0
        • A Offline
          A Offline
          arifsetiawan
          wrote on last edited by
          #4

          I am using Windows 7 32 bit. I think I have working code before. Not sure why it's related to Windows 7.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved