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. VirtualKeyboard doestn't work on static build

VirtualKeyboard doestn't work on static build

Scheduled Pinned Locked Moved Solved QML and Qt Quick
1 Posts 1 Posters 203 Views
  • 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.
  • I Offline
    I Offline
    ichdyan
    wrote on last edited by ichdyan
    #1

    hi,
    im creating qml app and it use virtualkeyboard. but my app always close with qebug message

    qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:-1 No such file or directory
    

    in static build, how i include that files that needed on qrc? when building on shared library, all works well.

    using:
    Qt 5.12.10 MSVC2017 Static MT - build manually

    Thanks for any feedback if it can help me tackle this problem...

    edit: found the solution, sorry for not carefully read the documentation
    solution add this in .pro for static build

    static {
        QTPLUGIN += qtvirtualkeyboardplugin
        QT += svg
    }
    
    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